Package opennlp.tools.ngram

Package related to computing and storing n-gram frequencies.

See:
          Description

Class Summary
NGramModel The NGramModel can be used to crate ngrams and character ngrams.
Token Representation of a token which is shared by all instances of that token.
TokenList Representation of multiple tokens using the Token class.
TokenSet The token cache is based on a WeakHashMap.
 

Package opennlp.tools.ngram Description

Package related to computing and storing n-gram frequencies.



Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.