severinsimmler / simila

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simila

Fast computation of string similarities.

tba

You can install the latest stable version from PyPI:

$ pip install simila

Minimal working example

>>> # todo

About

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

License:GNU General Public License v2.0


Languages

Language:C 98.1%Language:Python 1.9%