fastDamerauLevenshtein icon indicating copy to clipboard operation
fastDamerauLevenshtein copied to clipboard

Cython implementation of true Damerau-Levenshtein algorithm.

Results 5 fastDamerauLevenshtein issues
Sort by recently updated
recently updated
newest added

cython c code recompile to make generated c src file work with recent gcc; add python3.11 support

Running [setup.py](http://setup.py/) install for fastDamerauLevenshtein did not run successfully. │ exit code: 1 ╰─> [12 lines of output] /home/ec2-user/emr_cluster/lib64/python3.8/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'description-file' will not be supported in future...

Similar issue as [here](https://github.com/aio-libs/aiohttp/issues/6600#issue-1126989392) ## To reproduce `pip install fastdameraulevenshtein` ## Logs ``` Collecting fastdameraulevenshtein Using cached fastDamerauLevenshtein-1.0.7.tar.gz (36 kB) Installing build dependencies ... done Getting requirements to build wheel...

Can not install it after migrate to Mac m2.

Great package but I just noticed a bug with the the score in certain situations. If I run `damerauLevenshtein('some string', 'another one but longer', deleteWeight=1, insertWeight=3, replaceWeight=6, swapWeight=6, similarity=True)` I...