Name: | python2-ngram |
---|---|
Version: | 3.3.0 |
Release: | 10.git20161104.325e279.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 93078 |
License: | LGPLv3+ |
RPM: | python2-ngram-3.3.0-10.git20161104.325e279.el7.noarch.rpm |
Source RPM: | python-ngram-3.3.0-10.git20161104.325e279.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/gpoulter/python-ngram |
Summary: | Set-based subclass providing fuzzy search based on N-grams |
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. |