UNKNOWN
Project description
These n-grams are based on the largest publicly-available, genre-balanced corpus of English - the 520 million word Corpus of Contemporary American English (COCA).
Install
pip install ngrams
Example
from ngrams.generate import Ngrams
number = 1
ngrams = Ngrams()
print ngrams.result(number)
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ngrams-1.0.3.tar.gz
(1.3 kB
view hashes)