I want to find out if the lines are similar. For example, a string like "Mohan Mehta" should match "Mohan Mehte" and vice versa. Another example: a line like "Umesh Gupta" should match "Umash Gupte".
Basically, one line is correct and the other is incorrect. All my lines are the names of people.
Any suggestions on how to achieve this.
The solution should not be 100% effective.
python string regex
Salil agarwal
source share