V
- Value type for each n-gram (either count of prob/backoff)public interface NgramOrderedLmReaderCallback<V> extends LmReaderCallback<V>
Modifier and Type | Method and Description |
---|---|
void |
handleNgramOrderFinished(int order)
Called when all n-grams of a given order are finished
|
void |
handleNgramOrderStarted(int order)
Called when n-grams of a given order are started
|
call, cleanup