Namespace NOpenNLP.Tools.Ngram

Package related to computing and storing n-gram frequencies.

Classes

NGramCharModel

The NGramCharModel can be used to create character ngrams.

NGramGenerator

Generates an nGram, with optional separator, and returns the grams as a list of strings.

NGramModel

The NGramModel can be used to crate ngrams and character ngrams.

NGramUtils

Utility class for ngrams. Some methods apply specifically to certain 'n' values, for e.g. tri/bi/uni-grams.