StringCompare icon indicating copy to clipboard operation
StringCompare copied to clipboard

Efficient String Comparison Functions and Fuzzy String Matching

Results 13 StringCompare issues
Sort by recently updated
recently updated
newest added

Add doctests throughout.

good first issue

Currently, the package uses the C++ code by default and leaves the use of the pure Python implementation to the discretion of the user. It might be better to more...

refactoring

Edit-based distances can have their different operations (transposition, substitution, deletion, or insertion) be weighted to allow more flexibility. It would be nice to provide this functionality to the package. We...

enhancement