V - Value type for each n-gram (either count of prob/backoff)public interface ArpaLmReaderCallback<V> extends NgramOrderedLmReaderCallback<V>
| Modifier and Type | Method and Description |
|---|---|
void |
initWithLengths(java.util.List<java.lang.Long> numNGrams)
Called initially with a list of how many n-grams will appear for each
order.
|
handleNgramOrderFinished, handleNgramOrderStartedcall, cleanup