Package edu.berkeley.nlp.lm.map
-
Interface Summary Interface Description ContextEncodedNgramMap<T> NgramMap<V> -
Class Summary Class Description AbstractNgramMap<T> CompressedNgramMap<T> HashNgramMap<T> NgramIterableWrapper<W,V> Wraps an NgramMap as an Iterable, so it is easy to iterate over the n-grams and associated values.NgramMap.Entry<T> NgramMapWrapper<W,V> Wraps an NgramMap as a Java Map, with ngrams of all orders mixed together.NgramsForOrderIterableWrapper<W,V> Wraps an NgramMap as an Iterable, so it is easy to iterate over the n-grams of a particular order.NgramsForOrderMapWrapper<W,V> Wraps an NgramMap as a Java Map, but only ngrams of a particular order.