https://github.com/null-none/py-ngrams
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).
https://github.com/null-none/py-ngrams
Last synced: 2 months ago
JSON representation
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).
- Host: GitHub
- URL: https://github.com/null-none/py-ngrams
- Owner: null-none
- License: mit
- Created: 2016-03-15T21:28:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T07:31:59.000Z (over 8 years ago)
- Last Synced: 2025-03-27T21:12:01.316Z (3 months ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/ngrams
- Size: 4.81 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
##########
py ngrams
##########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).
.. image:: https://badge.fury.io/py/ngrams.svg
:target: https://pypi.python.org/pypi/ngrams=======
Install
=======.. code-block:: bash
pip install ngrams
=======
Example
=======.. code-block:: python
from ngrams.generate import Ngrams
number = 1
ngrams = Ngrams()
print ngrams.result(number)
=======
License
=======MIT