Searched defs:phrase (Results 1 - 7 of 7) sorted by relevance

/external/srec/tools/dictTest/
H A DdictTest.c42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout) argument
47 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len);
48 // rc = vocab->getPronunciation(vocab, phrase, prons, &len);
58 LFPRINTF(fout,"%s : %s\n", phrase, pron);
71 LCHAR* phrase;
87 phrase = tokenArray[0];
93 rc = vocab->getPronunciation(vocab, phrase, phoneme, &len);
99 LFPRINTF(fout,"%s|%s|%s|", phrase, expectedPhoneme, phoneme);
112 LCHAR phrase[MAX_LINE_LENGTH]; local
302 while (pfgets(phrase, MAX_LINE_LENGT
[all...]
/external/srec/srec/ca/
H A Dsyn_srec.c54 const char *phrase, const char* pronunciation,
58 rc = FST_AddWordToGrammar(syntax->synx, slot, phrase, pronunciation, weight);
332 /* checks if the phrase is in the grammar node, 0=in 1=not.in */
53 CA_AddWordToSyntax(CA_Syntax* syntax, const char* slot, const char *phrase, const char* pronunciation, const int weight) argument
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c322 build up the pronunication of the phrase, by appending the pronunciation
398 For each word in a phrase (words separated by spaces)
410 ESR_ReturnCode SR_VocabularyGetPronunciationImpl(SR_Vocabulary* self, const LCHAR* phrase, LCHAR* pronunciation, size_t* pronunciation_len) argument
413 /* copy of phrase */
434 LCHAR* end = 0; /* pointer to end of phrase */
436 if(self == NULL || phrase == NULL)
442 if( LSTRLEN(phrase) >= MAX_PRON_LEN)
452 if( CA_GetEntryInDictionary(impl->vocabulary, phrase, pronunciation, (int*)&len, MAX_PRON_LEN)) {
465 nEsrRes = run_ttt(phrase, copy_of_phrase, &text_length);
488 /* now loop over all words in the phrase */
[all...]
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp660 const char* phrase = iter.Symbol(); local
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
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1267 milliseconds