Levenshtein 0.10.1 review
Download
|
|
Levenshtein is a Python C extension and C libray to compute Levenshtein string distance, string similarity, normal and generalized string set medians, and other related quantities.
It contains functions for fast computation of
Levenshtein (edit) distance, and edit operations
string similarity
approximate median strings, and generally string averaging
string sequence and set similarity
It supports both normal and Unicode strings.
What's New in This Release:
apply_edit() broken for Unicodes was fixed (thanks to Radovan Garabik)
subtract_edit() function was added
Levenshtein 0.10.1 keywords