Set-based subclass providing fuzzy search based on N-grams
The NGram class extends the Python 'set' class with efficient fuzzy search for members by means of an N-gram similarity measure. It also has static methods to compare a pair of strings. The N-grams are character based not word-based, and the class does not implement a language model, merely searching for members by string similarity.
Release | Stable | Testing |
---|---|---|
EPEL 7 | 3.3.0-10.git20161104.325e279.el7 | - |
You can contact the maintainers of this package via email at
python-ngram dash maintainers at fedoraproject dot org
.