Home
last modified time | relevance | path

Searched refs:phrase (Results 1 – 25 of 25) sorted by relevance

/external/srec/tools/dictTest/
DdictTest.c42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout) in doGetProns() argument
47 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in doGetProns()
58 LFPRINTF(fout,"%s : %s\n", phrase, pron); in doGetProns()
71 LCHAR* phrase; in doInputTestPhonemes()
87 phrase = tokenArray[0]; in doInputTestPhonemes()
93 rc = vocab->getPronunciation(vocab, phrase, phoneme, &len); in doInputTestPhonemes()
99 LFPRINTF(fout,"%s|%s|%s|", phrase, expectedPhoneme, phoneme); in doInputTestPhonemes()
112 LCHAR phrase[MAX_LINE_LENGTH]; in main() local
302 while (pfgets(phrase, MAX_LINE_LENGTH, fin)!=NULL) in main()
304 lstrtrim(phrase); in main()
[all …]
/external/icu4c/i18n/
Dselfmt.cpp80 UnicodeString phrase ; in applyPattern() local
102 phrase += ch; in applyPattern()
168 phrase += ch; in applyPattern()
184 ptrPhrase = new UnicodeString(phrase); in applyPattern()
189 phrase.remove(); in applyPattern()
196 phrase += ch; in applyPattern()
200 phrase += ch; in applyPattern()
/external/srec/tools/grxmlcompile/
Dgrxmlcompile.cpp660 const char* phrase = iter.Symbol(); in make_openfst_graphs() local
668 if(!strcmp( phrase, SILENCE_PREFIX_WORD) in make_openfst_graphs()
669 || !strcmp(phrase,SILENCE_SUFFIX_WORD)) in make_openfst_graphs()
671 else if( !strcmp( phrase, "eps") && wordId == 0) in make_openfst_graphs()
674 else if( strstr( phrase, ".grxml@")) in make_openfst_graphs()
677 else if( phrase[0]=='_' && strspn(phrase+1,"0123456789")==strlen(phrase+1)) in make_openfst_graphs()
679 else if(is_slot_symbol(phrase)) { in make_openfst_graphs()
680 cout << "SLOT>> " << phrase << endl; in make_openfst_graphs()
706 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in make_openfst_graphs()
708 LPRINTF( "ERROR: SR_VocabularyGetPronunciation(*,%s,*,*) returned %s\n", phrase, ESR_rc2str(rc)); in make_openfst_graphs()
[all …]
Dvocab.cpp72 int Pronunciation::lookup( Vocabulary & vocab, std::string & phrase ) in lookup() argument
80 strcpy (s, phrase.c_str() ); // No conversion for std::string to wchar in lookup()
88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl; in lookup()
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl; in lookup()
Dvocab.h75 int lookup( Vocabulary & vocab, std::string & phrase );
/external/libvpx/
Dkeywords.dox18 This phrase, or the phrase "SHALL NOT", mean that the
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
/external/webkit/WebKitTools/simplejson/
Dscanner.py20 phrase = token.pattern
23 [(SUBPATTERN, (idx + 1, sre_parse.parse(phrase, flags)))])
/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c410 ESR_ReturnCode SR_VocabularyGetPronunciationImpl(SR_Vocabulary* self, const LCHAR* phrase, LCHAR* p… in SR_VocabularyGetPronunciationImpl() argument
436 if(self == NULL || phrase == NULL) in SR_VocabularyGetPronunciationImpl()
442 if( LSTRLEN(phrase) >= MAX_PRON_LEN) in SR_VocabularyGetPronunciationImpl()
452 if( CA_GetEntryInDictionary(impl->vocabulary, phrase, pronunciation, (int*)&len, MAX_PRON_LEN)) { in SR_VocabularyGetPronunciationImpl()
465 nEsrRes = run_ttt(phrase, copy_of_phrase, &text_length); in SR_VocabularyGetPronunciationImpl()
/external/srec/srec/ca/
Dsyn_srec.c54 const char *phrase, const char* pronunciation, in CA_AddWordToSyntax() argument
58 rc = FST_AddWordToGrammar(syntax->synx, slot, phrase, pronunciation, weight); in CA_AddWordToSyntax()
/external/srec/srec/include/
Dsimapi.h1605 const char *phrase, const char* pronunciation, const int weight);
/external/webkit/WebKit/mac/Panels/
DWebAuthenticationPanel.m201 …// Use this scary-sounding phrase only when using basic auth with non-https servers. In this case …
/external/chromium/third_party/icu/source/test/testdata/
Drbbitst.txt168 # test normalization/dictionary handling of halfwidth katakana: same dictionary phrase in fullwidth…
357 # make sure there is sentence break after ?,danda(hindi phrase separator),
/external/webkit/WebKit/mac/WebCoreSupport/
DWebViewFactory.mm553 return UI_STRING("definition", "definition phrase");
/external/webkit/WebKit/English.lproj/
DLocalizable.strings526 /* definition phrase */
/external/icu4c/test/testdata/
Drbbitst.txt332 # make sure there is sentence break after ?,danda(hindi phrase separator),
/external/sqlite/dist/
Dsqlite3.c.orig9312 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */
80410 /* If the column contains an "AS <name>" phrase, use <name> as the name */
98853 ** A "phrase" is a sequence of one or more tokens that must match in
98859 int nToken; /* Number of tokens in the phrase */
98860 int iColumn; /* Index of column this phrase must match */
98866 } aToken[1]; /* One entry for each token in the phrase */
98874 ** containing the results of the NEAR or phrase query in FTS3 doclist
100355 ** Return a DocList corresponding to the phrase *pPhrase.
100373 char *z = pTok->z; /* Next token of the phrase */
100387 ** last term in the phrase, and positions are not required in the
[all …]
/external/chromium/third_party/icu/patches/
Dsegmentation.patch.txt3311 +# test normalization/dictionary handling of halfwidth katakana: same dictionary phrase in fullwidt…
/external/stlport/etc/
DChangeLog-5.1926 it's definitely wrong (phrase with quotes ['] requires double
/external/webkit/WebKit/mac/
DChangeLog-2002-12-0318798 renamed from `error:inDataSource:' so that it's a verb phrase.
/external/srec/config/en.us/dictionary/
Dlarge.ok22158 phrase frAz
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-149087 - Standardized use of the phrase "Create Rule."
/external/webkit/WebCore/
DChangeLog-2009-06-1630417 Set HTTP status text to the reason phrase attribute of QNetworkReply.
86640 <rdar://problem/5575547> REGRESSION: ATOK has no phrase boundary on Safari/Mail.app
DChangeLog-2006-12-317659 … ungrammatical phrase (e.g., multiple grammar errors in one sentence). Has a markAll parameter akin
DChangeLog-2007-10-1444055 a getter that sounds like a verb phrase.
DChangeLog-2008-08-1010722 This patch removes all instances of the phrase "TextMarker" from