ngram 3.1
Set that retrieves members by N-Gram similarity to a query string.
The NGram class is a set that supports searching for its members by N-Gram string similarity. It is a full subclass of the built-in set that maintains N-Gram indexing on all set operations. The algorithm is based from String::Trigram by Tarek Ahmed.
Here is the documentation home page and the tutorial.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| ngram-3.1-py2.6.egg (md5) | Python Egg | 2.6 | 2009-12-07 | 10KB | 917 |
| ngram-3.1-py3.1.egg (md5) | Python Egg | 3.1 | 2009-12-07 | 9KB | 1014 |
| ngram-3.1.tar.gz (md5) | Source | 2009-12-07 | 24KB | 1131 | |
| ngram-3.1.win32-py2.6.exe (md5) | MS Windows installer | 2.6 | 2009-12-07 | 197KB | 337 |
- Author: Graham Poulter
- Documentation: ngram package documentation
- Home Page: http://packages.python.org/ngram
- Download URL: http://pypi.python.org/pypi/ngram
- Keywords: ngram string similarity
- License: http://www.gnu.org/copyleft/lesser.html
- Platform: any
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Operating System :: OS Independent
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.1
- Topic :: Text Processing :: Linguistic
- Package Index Owner: exhuma, grazam
- Package Index Maintainer: grazam
- DOAP record: ngram-3.1.xml
