flâneur — a map of the web's best reading

nullnull/simstring: A Python implementation of the SimString, a simple and efficient algorithm for approximate string matching.

github.com · 680 words · saved by 1 readers

A Python implementation of the SimString, a simple and efficient algorithm for approximate string matching. - nullnull/simstring: A Python implementation of the SimString, a simple and efficient al...

simstring A Python implementation of the SimString , a simple and efficient algorithm for approximate string matching. Features With this library, you can extract strings/texts which has certain similarity from large amount of strings/texts. It will help you when you develop applications related to language processing. This library supports variety of similarity functions such as Cossine similarity, Jaccard similarity, and supports Word N-gram and Character N-gram as features. You can also implement your own feature extractor easily. SimString has the following features: Fast algorithm for app

Explore this link on the map →

related reading