Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:phrase

660     const char* phrase = iter.Symbol();
665 /* if( is_scope_marker( phrase) || is_script_marker(phrase))
668 if(!strcmp( phrase, SILENCE_PREFIX_WORD)
669 || !strcmp(phrase,SILENCE_SUFFIX_WORD))
671 else if( !strcmp( phrase, "eps") && wordId == 0)
674 else if( strstr( phrase, ".grxml@"))
677 else if( phrase[0]=='_' && strspn(phrase+1,"0123456789")==strlen(phrase+1))
679 else if(is_slot_symbol(phrase)) {
680 cout << "SLOT>> " << phrase << endl;
706 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len);
708 LPRINTF( "ERROR: SR_VocabularyGetPronunciation(*,%s,*,*) returned %s\n", phrase, ESR_rc2str(rc));
718 LPRINTF("%s : %s\n", phrase, pron);
752 } else if(wordId_is_silence && !strcmp(phrase, SILENCE_SUFFIX_WORD)) {