Similarity - for calculate similarity score between two strings

Description : Extension componant for calculate similarity score between two strings , A score of 0.0 means that the two strings are absolutely dissimilar, and 1.0 means that absolutely similar (or equal). Anything in between indicates how similar each the two strings are.

All the blocks :

Instructions of extension :

feature : String
target : String
algorithm : property
 ###Algorithms          
      1.JaroSimilarity 
      2.JaroWinklerSimilarity 
      3.LevenshteinDistance
      4.DiceCoefficient
Return score 
A score of 0.0 means that the two strings are absolutely dissimilar, and 1.0 means that absolutely similar (or equal). Anything in between indicates how similar each the two strings are.

Algorithms (property)






Error return and source

DEMO BLOCKS :

Download AIX :

com.aemo.similarity.aix (13.7 KB)

Download AIA :

similarity.aia (15.9 KB)

1 Like

Nice extension @MahmoudHussien :wink:

1 Like