string-dist icon indicating copy to clipboard operation
string-dist copied to clipboard

A Python library for calculating string distances using C extensions (with a pure Python fallback)

Results 2 string-dist issues
Sort by recently updated
recently updated
newest added

Currently, `pystringdist` is under `stringdist`, but `cstringdist` is a top-level module. This seems like a mistake. Thanks for making this though, for some reason all the Levenshtein distance implementations I...

Similar to stringdist.pystringdist, make cstringdist a submodule instead of a top-level module. Fixes #1