python2-ngram - Set-based subclass providing fuzzy search based on N-grams
| Website: | https://github.com/gpoulter/python-ngram |
|---|---|
| License: | LGPLv3+ |
| Vendor: | Fedora Project |
- Description:
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.
Packages
| python2-ngram-3.3.0-10.git20161104.325e279.fc24.noarch [35 KiB] |
Changelog
by Björn Esser (2017-04-09):
- Updated to snapshot - Provide main-binary in Python3-package (rhbz#1437181) - Refactored spec to recent guidelines - Add man-pages on Fedora and EPEL >= 7 |