NGRAMS
Analyze Occurrence of Ngrams in a String or Test


NGRAMS is a Python library which can analyze a string or text against observed frequences of ngrams (strings of 1, 2, 3, 4, or 5 alphabetic characters.)

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

NGRAMS is available in a Python version.

Related Data and Programs:

GERMAN, a dataset directory which contains some short German texts;

NGRAMS, a dataset directory which contains information about the observed frequency of "ngrams" (particular sequences of n letters) in English text.

TEXT, a dataset directory which contains some short texts in English;

WORDS, a dataset directory which contains lists of words;

Source Code:

You can go up one level to the Python source codes.


Last revised on 14 October 2016.