luozhouyang / python-string-similarity

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

Alternate Algorithms from TextDistance #31

Open BradKML opened 2 years ago

BradKML commented 2 years ago

There are other algorithms that are available in TextDistance that may be considered.

Edit based

Token based

Alternate Method

Major Source of Info: https://github.com/life4/textdistance

BradKML commented 2 years ago

For https://github.com/alextanhongpin/stringdist

BradKML commented 2 years ago