@reemah wrote:
I am solving a text classification problem using NLP in python.My main issue is to find similar email address and score them based on their similarity.(i.e. ‘reema24@gmail.com’,‘24reema@gmail.com’,'2reema4@gmail.com),all these emails can be of a single person.I need to score these email address to group the most similar email address
I am using fuzzywuzzy,is there any other algorithm to do the same.
Thanks
.
Posts: 1
Participants: 1