apoc.text.levenshteinSimilarity

Function

apoc.text.levenshteinSimilarity(text1, text2) - calculate the similarity (a value within 0 and 1) between two texts.

Signature

apoc.text.levenshteinSimilarity(text1 :: STRING?, text2 :: STRING?) :: (FLOAT?)

Input parameters

Name Type Default

text1

STRING?

null

text2

STRING?

null