void OpSequenceModel::Load()
{
  readLanguageModel(m_lmPath.c_str());
}
void OpSequenceModel::Load(AllOptions::ptr const& opts)
{
  m_options = opts;
  readLanguageModel(m_lmPath.c_str());
}