Assume we have the following two name strings:
s1 = “janan”
s2 = ‘janna’
Calculate the q-gram based Dice-coefficient similarity between s1 and s2 with q=2.
Your answer needs to be rounded to 2 digits after the decimal point (for example: 0.42)
Assume we have the following two name strings:
s1 = “janan”
s2 = ‘janna’
Calculate the q-gram based Dice-coefficient similarity between s1 and s2 with q=2.
Your answer needs to be rounded to 2 digits after the decimal point (for example: 0.42)