luozhouyang / python-string-similarity

A library implementing different string similarity and distance measures using Python.
MIT License
991 stars 127 forks source link

question: is it possible to extract the words alignment ? #32

Open TzurV opened 2 years ago

dudelstein commented 2 years ago

If I understand correctly, I second this feature would be great -- to be able to see what changes were done (e.g. insert 'A' , substitute 'C' for 'D') in order to find a match.