Class GoogleLmReader<W>

java.lang.Object
edu.berkeley.nlp.lm.io.GoogleLmReader<W>
All Implemented Interfaces:
LmReader<LongRef,NgramOrderedLmReaderCallback<LongRef>>

public class GoogleLmReader<W> extends Object implements LmReader<LongRef,NgramOrderedLmReaderCallback<LongRef>>
Reads in n-gram count collections in the format that the Google n-grams Web1T corpus comes in.
Author:
adampauls