HomeSort by relevance Sort by last modified time
    Searched defs:nonterminal_hash_ (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
replace-util.h 182 NonTerminalHash nonterminal_hash_; // non-terminal to Fst ID member in class:fst::ReplaceUtil
205 nonterminal_hash_[label] = fst_array_.size();
210 root_fst_ = nonterminal_hash_[root_label_];
228 nonterminal_hash_[label] = fst_array_.size();
232 root_fst_ = nonterminal_hash_[root_label];
245 nonterminal_hash_(nonterminal_hash),
298 nonterminal_hash_.find(arc.olabel);
299 if (it != nonterminal_hash_.end()) {
replace.h 374 nonterminal_hash_[label] = fst_array_.size();
398 Label nonterminal = nonterminal_hash_[opts.root];
440 nonterminal_hash_(impl.nonterminal_hash_),
469 ReplaceUtil<A> replace_util(fst_array_, nonterminal_hash_, root_);
541 nonterminal_hash_.find(l);
542 return it != nonterminal_hash_.end();
737 nonterminal_hash_.find(arc.olabel);
738 if (it != nonterminal_hash_.end()) { // recurse into non terminal
905 NonTerminalHash nonterminal_hash_; member in class:fst::ReplaceFstImpl
    [all...]

Completed in 43 milliseconds