On Sun, Sep 15, 2019 at 11:26:02PM +0300, Alexander Todorov wrote:
> Hi folks,
> I am looking for some tool (or algorithm which I can implement at the 
> worst) which calculates similarities between strings.

There are many such algorithms, starting with the venerable Soundex 
algorithm, the well-known Levenshtein distance, and many more.

> Feel free to propose anything, I have not done any research on this topic.

I propose that next time you do your research first. Here's a starting 
point for you:

https://duckduckgo.com/?q=string+similarity


-- 
Steven
_______________________________________________
code-quality mailing list -- code-quality@python.org
To unsubscribe send an email to code-quality-le...@python.org
https://mail.python.org/mailman3/lists/code-quality.python.org/

Reply via email to