boolean useNgramFeatures) throws IOException {
super(order, useSemClasses);
this.lowercaseText = lowercaseText;
this.splitNEs = splitNEs;
this.neDelim = neDelim;
kenlm = new KenLM(order, lmFile);
// someStringsToScore = new ArrayList<String>(order);
this.useNgramFeatures = useNgramFeatures;
}