Package edu.berkeley.nlp.lm.cache

Interface Summary
ArrayEncodedLmCache  
ContextEncodedLmCache  
 

Class Summary
ArrayEncodedCachingLmWrapper<W> This class wraps ArrayEncodedNgramLanguageModel with a cache.
ArrayEncodedDirectMappedLmCache A direct-mapped cache.
ContextEncodedCachingLmWrapper<T> This class wraps ContextEncodedNgramLanguageModel with a cache.
ContextEncodedDirectMappedLmCache