A lightweight Python library implementing various string similarity and distance measures, including Levenshtein, Jaro-Winkler, Hamming, Cosine, and more. Current version 0.0.3. Release cadence is irregular.
pip install strsimNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes Levenshtein distance and similarity.
Upgrade to 0.0.3: pip install --upgrade strsim
Use Python 3.6+.
No dependency data recorded yet.