back

by 0x54MUR41·10y ago·view on hn ↗
This library is implemented for some use-cases. It calculates how many different characters or changed character on a string.

String similarity and distance algorithms are different with semantic similarity (knowledge-based). It calculates the similarity based-on relationship of word to another word (hierarchy/tree). So, If you need a library that can calculate semantic similarity instead of string and distance in Java, I would recommend this [1].

[1]: https://github.com/sharispe/slib/