This function returns a number between 0 and 100 representing the percentage of similarity between two texts based on the Jaro Winkler similarity algorithm.


similarity(text1, text2) #Output: Number



Parser expressionDescription


similarity("JIRA Workflow Toolbox", "jira workflow toolbox")


This example returns the number 100


similarity("JIRA Workflow Toolbox", "Jira WorflowTolbox")


This example returns the number 97


similarity("ABC Corporation", "ABC Corp'")


This example returns the number 90


similarity("Hello World!", "Bye bye World!")


This example returns the number 69


similarity("I caught a lizard", "This is my giraffe")


This example returns the number 51



Parameters used in this function

ParameterInput (data type)Description
text1

Any given text.
text2

Any given text.



This function returns a .

100 represents equivalence, and 0 represents zero similarity between two texts.



Use cases and examples



Parser function cloud
Map(error)
Notes






Status
Tech review

Style guide




Short description

Calculates the similarity between two texts.

Output

Available since

Label