Package edu.berkeley.nlp.lm.io
Interface LmReader<V,C extends LmReaderCallback<V>>
-
- All Known Implementing Classes:
ArpaLmReader
,GoogleLmReader
,KneserNeyLmReaderCallback
,MosesPhraseTableReader
,TextReader
public interface LmReader<V,C extends LmReaderCallback<V>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
parse(C callback_)
-
-
-
Method Detail
-
parse
void parse(C callback_)
-
-