python-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
| python-ngram-3.3.0-1.el7.noarch [29 KiB] |
Changelog
by Björn Esser (2014-05-09):
- initial rpm release (#1096188) |