Are there any tools/ python packages for Fuzzy Grouping?

I'm trying to get to a tool for Fuzzy Grouping as I do not have a reference column for matching the string. Is there any package on Python or R? I looked at a package called textpack but the results aren't good.

found here: https://pypi.org/project/textpack/

I'd really appreciate if someone could suggest a tool or a package so I can go ahead and research.

Topic fuzzy-logic python

Category Data Science


Probably there are more direct solutions, but you can try using some sort of fuzzy matching to get the most similar words to each word. That returns you an unweighted graph where the nodes are words and the edge indicates whether the world is similar. then, you can try clustering the resulting graph, for example with the Louvain's algorithm. Than would return non overlapping groups of related words.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.