Skip to content

Conversation

@hainan-xv
Copy link
Contributor

No description provided.

fst::StdArc lm_arc;
if (!det_fst_->GetArc(src_info->lm_state, olabel, &lm_arc)) {

// the input input lattice might nave epsilons
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo here

lm_arc.olabel = 0;
lm_arc.nextstate = src_info->lm_state;
lm_arc.weight = fst::StdArc::Weight(0.0);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be } else if ...

@danpovey danpovey merged commit 5845334 into kaldi-asr:master Apr 1, 2019
danpovey pushed a commit to danpovey/kaldi that referenced this pull request Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants