README 344 B

12345678910
  1. Levenshtein Python extension and C library.
  2. The Levenshtein Python C extension module contains functions for fast
  3. computation of
  4. - Levenshtein (edit) distance, and edit operations
  5. - string similarity
  6. - approximate median strings, and generally string averaging
  7. - string sequence and set similarity
  8. It supports both normal and Unicode strings.