ttfs, ltp, true);
ATable atable = loadATable(job.getATablePath(), job);
if (!useNullWord)
trainer = new HMM(ttable, atable);
else
trainer = new HMM_NullWord(ttable, atable, job.getHMMp0());
} else
throw new RuntimeException("Don't understand initialization stategy: " + trainerType);
}