Home
last modified time | relevance | path

Searched refs:outputLabel (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
Dnetw_arc.h40 outputLabel= oLabel; in NUANArc()
52 outputLabel= oLabel; in NUANArc()
66 outputLabel= arcsrc->outputLabel; in NUANArc()
80 outputLabel= arcsrc->outputLabel; in NUANArc()
116 outputLabel= Id; in AssignOutput()
138 int GetOutput() { return outputLabel; }; in GetOutput()
165 return outputLabel; in Transduce()
186 else if (outputLabel > test->outputLabel) in Compare()
188 else if (outputLabel < test->outputLabel) in Compare()
200 else if (outputLabel > test->outputLabel) in CompareSymbol()
[all …]
Dnetw_dump.cpp126 if (!p_Doc.findRule( arc[loc]->outputLabel, outLabel ) ) { in WriteForwardGraphWithSemantic()
128 ss << arc[loc]->outputLabel; in WriteForwardGraphWithSemantic()
142 ss << SCRIPT_LABEL_PREFIX << arc[loc]->outputLabel; in WriteForwardGraphWithSemantic()
162 if (arc[loc]->outputLabel == -1) in WriteForwardGraphWithSemantic()
166 ss << SCRIPT_LABEL_PREFIX << arc[loc]->outputLabel; in WriteForwardGraphWithSemantic()
212 if (arc[loc]->outputLabel >= 0) { in WriteHMMGraphFile()
213 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) { in WriteHMMGraphFile()
215 ss << arc[loc]->outputLabel; in WriteHMMGraphFile()
224 if (arc[loc]->outputLabel >= 0) { in WriteHMMGraphFile()
225 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) { in WriteHMMGraphFile()
[all …]