Class ContextEncodedProbBackoffLm<W>

Type Parameters:
W -
All Implemented Interfaces:
ContextEncodedNgramLanguageModel<W>, NgramLanguageModel<W>, Serializable

public class ContextEncodedProbBackoffLm<W> extends AbstractContextEncodedNgramLanguageModel<W> implements ContextEncodedNgramLanguageModel<W>, Serializable
Language model implementation which uses Kneser-Ney style backoff computation.
Author:
adampauls
See Also: