vocab.addOrGet("new");
vocab.addOrGet("york");
vocab.addOrGet("1989");
vocab.addOrGet("24");
vocab.addOrGet("26");
vocab.addOrGet("english");
vocab.addOrGet("tree");
vocab.addOrGet("einbaum");
float[] enStopStemExpectedOOVRates = {1f, 18/19f, 4/7.0f, 0f};
float[] enStopExpectedOOVRates = {1f, 18/19f, 4/7.0f, 2/12f};