Home
last modified time | relevance | path

Searched refs:WORD_EPSILON_LABEL (Results 1 – 6 of 6) sorted by relevance

/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c273 if (atok->ilabel < semgraph->ilabels->num_slots && atok->ilabel != WORD_EPSILON_LABEL && in checkpath_forwardByWordID()
296 else if (atok->ilabel == WORD_EPSILON_LABEL) /* more eps transitions */ in checkpath_forwardByWordID()
382 if (atok->ilabel < semgraph->ilabels->num_slots && atok->ilabel != WORD_EPSILON_LABEL && in checkpath_forward()
408 else if (atok->ilabel == WORD_EPSILON_LABEL) /* more eps transitions */ in checkpath_forward()
1250 else if (atok->ilabel == WORD_EPSILON_LABEL && atok->olabel == WORD_EPSILON_LABEL) in accumulate_scripts()
1252 else if (atok->olabel != WORD_EPSILON_LABEL) in accumulate_scripts()
DSemanticGraphImpl.c648 if (atoken->ilabel != WORD_EPSILON_LABEL) in sr_semanticgraph_get_type()
670 if (atoken->ilabel != WORD_EPSILON_LABEL && in sr_semanticgraph_get_type()
/external/srec/srec/include/
Dsearch_network.h144 #define WORD_EPSILON_LABEL 0 macro
/external/srec/srec/crec/
Dsrec_context.c2045 if (atoken->olabel != WORD_EPSILON_LABEL) in fst_push_arc_olabel()
2054 arc->olabel = WORD_EPSILON_LABEL; in fst_push_arc_olabel()
2089 if (arc->olabel == WORD_EPSILON_LABEL) in fst_pull_arc_olabel()
2114 if (atoken->olabel != WORD_EPSILON_LABEL) in fst_pull_arc_olabel()
2126 arc->olabel = WORD_EPSILON_LABEL; in fst_pull_arc_olabel()
2447 if (next_atoken->olabel != WORD_EPSILON_LABEL) in fst_add_arcs()
2460 else if (add_tree_olabel_use != WORD_EPSILON_LABEL) in fst_add_arcs()
2464 add_tree_olabel_use = WORD_EPSILON_LABEL; in fst_add_arcs()
2606 WORD_EPSILON_LABEL, in fst_add_arcs()
2639 atoken->olabel = WORD_EPSILON_LABEL; in fst_add_arcs()
[all …]
Dastar.c97 else if (atoken->ilabel == WORD_EPSILON_LABEL) in get_arc_for_word()
141 if (tmp->ilabel == WORD_EPSILON_LABEL && tmp->next_token_index == ARC_TOKEN_NULL) in get_arc_for_word()
225 else if (tmp->ilabel == WORD_EPSILON_LABEL) in get_arc_for_word_without_slot_annotation()
Dsrec.c902 if(fsm_arc->olabel != WORD_EPSILON_LABEL) in do_epsilon_updates()
945 if( fsm_arc->olabel!=WORD_EPSILON_LABEL && wtoken_index != MAXwtokenID) { in do_epsilon_updates()
992 new_ftoken->word = WORD_EPSILON_LABEL; in do_epsilon_updates()
1004 new_ftoken->word = WORD_EPSILON_LABEL; in do_epsilon_updates()
1634 if (olabel != WORD_EPSILON_LABEL) in update_from_current_fsm_nodes_into_new_HMMs()