Home | History | Annotate | Download | only in fst

Lines Matching full:nonterminal

359       Label nonterminal = fst_tuples[i].first;
360 if (nonterminal >= 0)
362 if (nonterminal > fst_tuples.size() || nonterminal <= 0)
398 Label nonterminal = nonterminal_hash_[opts.root];
399 if ((nonterminal == 0) && (fst_array_.size() > 1)) {
404 root_ = (nonterminal > 0) ? nonterminal : 1;
739 Label nonterminal = it->second;
740 const Fst<A>* nt_fst = fst_array_[nonterminal];
750 StateTuple(nt_prefix, nonterminal, nt_start))
949 // as transducers with epsilons on the input side of nonterminal arcs)