Similarity - for calculate similarity score between two strings

Name : Similarity , Version : 0.1

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 :

blocks

Instructions of extension :


blocks(1)

feature : String
target : String
algorithm : property
 ###Algorithms          
      1.JaroSimilarity 
      2.JaroWinklerSimilarity 
      3.LevenshteinDistance
      4.DiceCoefficient
Return score 


     ###Algorithms (property)

.
blocks(2)

blocks(3)

blocks(4)

blocks(5)


blocks(6)

Error return and source

DEMO BLOCKS :

In this demo I am trying to find out the similarities between McMahons and McDonald’s by algorithm Jaro

I hope I explained the benefit of the extension


Download AIX :

com.aemo.similarity.aix (13.7 KB)

Download AIA :

similarity.aia (15.9 KB)



If you like my work, please support me

9 Likes

lib java used :

3 Likes

Nice extension :+1:

1 Like

Amazing​:heart:thanks

2 Likes

Thanx @Shreyaa & @Ammaraldewani :heart:

2 Likes