An open API service indexing awesome lists of open source software.

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).

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