Package edu.berkeley.nlp.lm.map
package edu.berkeley.nlp.lm.map
-
ClassDescriptionHashNgramMap<T>NgramIterableWrapper<W,
V> Wraps an NgramMap as an Iterable, so it is easy to iterate over the n-grams and associated values.NgramMap<V>NgramMapWrapper<W,V> Wraps an NgramMap as a Java Map, with ngrams of all orders mixed together.Wraps an NgramMap as an Iterable, so it is easy to iterate over the n-grams of a particular order.Wraps an NgramMap as a Java Map, but only ngrams of a particular order.