HomeSort by relevance Sort by last modified time
    Searched full:wordid (Results 1 - 25 of 31) sorted by null

1 2

  /external/srec/srec/include/
srec_context.h 49 wordID num_words;
50 wordID num_slots;
51 wordID max_words;
52 wordID num_base_words; /* before any additions */
126 wordID addWordCaching_lastslot_num;
129 wordID addWordCaching_lastslot_ifsm_exit_point;
131 wordID beg_silence_word;
132 wordID end_silence_word;
133 wordID hack_silence_word;
222 int wordmap_whether_in_rule(wordmap* wmap, wordID word, wordID rule)
    [all...]
astar.h 62 wordID ilabel; /* input label */
75 wordID word; /* quick access to word (wta[token_index].word) */
125 arc_token* get_arc_for_word(arc_token* atoken, wordID word, void* context_void,
126 wordID terminal_word);
129 void* context_void, wordID terminal_word);
srec_results.h 44 ESR_ReturnCode srec_nbest_get_resultWordIDs(void* nbest, size_t inde, wordID* wordIDs, size_t* len, asr_int32_t* cost);
srec_sizes.h 30 typedef asr_uint16_t wordID; /*for word index*/
word_lattice.h 45 ESR_ReturnCode srec_get_top_choice_wordIDs(multi_srec* recm, wordID* wordIDs, size_t* len);
srec.h 50 wordID word; /* alternative word, diff from path b.p. */
70 wordID word[MAX_HMM]; /* when the path encounters an output
90 wordID word; /* when the path encounters an output*/
104 wordID word; /* the word just observed */
  /external/srec/tools/test_g2g/
test_g2g.c 73 int CheckG2G(CA_Arbdata* arbdata, int* p4pTable, const char* base, int wordid, char* outbase);
96 int wordid = 0; local
137 wordid = atoi(argv[++i]);
170 CheckG2G( ca_arbdata, p4pTable, g2glist[i], wordid, outbase);
173 CheckG2G( ca_arbdata, p4pTable, base, wordid, outbase);
186 int CheckG2G(CA_Arbdata* ca_arbdata, int* p4pTable, const char* base, int wordid, char* outbase)
237 if(wordid == 0 || ca_arbdata == 0)
240 if(wordid >= fst->olabels->num_words) {
242 fst->olabels->num_words, wordid);
247 if(fst->FSMarc_list[i].olabel == wordid) {
    [all...]
  /external/srec/tools/grxmlcompile/
sub_phon.cpp 33 int ii, wordId, phoneId, currId, newId, nextId, arcCount;
54 wordId= arc[ii]->GetInput();
55 if (wordId >= 0) {
56 doc.findLabel(wordId, word );
64 arcOne= CreateArc (-wordId, wordId, newId, nextId);
66 // (void) CreateArc (-wordId, NONE_LABEL, arc[ii]->GetFromId(), newId);
69 // (void) CreateArc (WB_LABEL, wordId, newId, arc[ii]->GetToId());
90 arcOne= CreateArc (WB_LABEL, wordId, currId, arc[ii]->GetToId());
grxmlcompile.cpp 661 int wordId = iter.Value();
671 else if( !strcmp( phrase, "eps") && wordId == 0)
695 l_fst.AddArc(stateP, fst::StdArc( wordId+SLOT_COUNTER_OFFSET, wordId, 0.0, statePp1));
698 l_fst.AddArc(stateP, fst::StdArc( wordId+SLOT_COUNTER_OFFSET, EPSILON_LABEL, 0.0, statePp1));
717 int olabel = wordId;
    [all...]
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 230 String wordId = uri.getPathSegments().get(1);
231 count = db.delete(USERDICT_TABLE_NAME, Words._ID + "=" + wordId
254 String wordId = uri.getPathSegments().get(1);
255 count = db.update(USERDICT_TABLE_NAME, values, Words._ID + "=" + wordId
  /external/srec/srec/crec/
srec_context.c 110 wordID olabel, costdata cost,
140 static ESR_ReturnCode wordmap_populate ( wordmap *word_map, wordID num_words );
338 Interface->max_words = (wordID)(num_words + num_words_to_add);
339 Interface->num_words = (wordID)0;
369 wordID wordmap_add_word(wordmap* wmap, const char* word);
373 wordID my_wID, wm_wID;
401 my_wID = (wordID)atoi_with_check(wID_string, MAXwordID);
446 wordID my_wID;
454 wordID wordmap_find_index(wordmap* wmap, const char* word)
471 return (wordID)(int)wdID_void
    [all...]
text_parser.c 39 wordID wdID;
164 wordID k, wdid = wordmap_find_index(context->olabels, p);
srec_debug.c 99 wordID* wordids = &stoken->word[0];
srec_results.c 231 ESR_ReturnCode srec_nbest_get_resultWordIDs(void* rec_void, size_t index, wordID* wordIDs, size_t* len, asr_int32_t* cost)
236 wordID id;
word_lattice.c 174 ESR_ReturnCode sprint_word_token_backtraceByWordID(wordID* wordIDs, size_t* len, srec* rec, wtokenID wtoken_index)
209 wordID tmp = wordIDs[i];
409 ESR_ReturnCode srec_get_top_choice_wordIDs(multi_srec* recm, wordID* wordIDs, size_t* len)
  /external/srec/srec/Semproc/include/
SR_SemanticProcessorImpl.h 70 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticProcessor_CheckParseByWordID(SR_SemanticProcessor* self, SR_SemanticGraph* semgraph, wordID* wordIDs, SR_SemanticResult** result, size_t* resultCount);
SR_SemanticGraphImpl.h 116 arc_token* arc_tokens_find_ilabel(arc_token* base, arc_token* arc_token_list, wordID wdid);
SR_SemanticProcessor.h 55 ESR_ReturnCode(*checkParseByWordID)(struct SR_SemanticProcessor_t* self, SR_SemanticGraph* semgraph, wordID* wordIDs, SR_SemanticResult** result, size_t* resultCount);
  /external/srec/srec/ca/
rec_nbes.c 99 ESR_ReturnCode CA_NBestListGetResultWordIDs(CA_NBestList* nbest, size_t index, wordID* wordIDs, size_t* len, asr_int32_t* cost)
rec_resu.c 80 ESR_ReturnCode CA_FullResultWordIDs(CA_Recog *hRecog, wordID *wordIDs, size_t* len)
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 213 impl->script_olabel_offset = (wordID)tmp[i++];
214 impl->scopes_olabel_offset = (wordID)tmp[i++];
278 wordID ilabel = 0;
291 wordID num_scope_words;
438 olabel = (wordID)(olabel + semgraph->script_olabel_offset); /* the offset */
447 olabel = (wordID)(olabel + semgraph->scopes_olabel_offset); /* the offset */
801 arc_token* arc_tokens_find_ilabel(arc_token* base, arc_token* arc_token_list, wordID ilabel)
1026 wordID wdID, scriptID, old_scriptID;
1027 wordID slotID;
1057 PLogError(L("ESR_NO_MATCH_ERROR: Could not find wordID/slotID in wordmap %s/%d"), word, slotID)
    [all...]
SemanticProcessorImpl.c 91 static const LCHAR* lookUpWord(SR_SemanticGraphImpl* semgraph, wordID wdid);
254 const wordID* wordIDs)
259 const wordID* currentWord = wordIDs;
363 wordID wdID;
471 wordID* wordIDs,
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.h 200 typedef int WordID;
202 // A map allowing a WordID to be determined given a word.
203 typedef std::map<string16, WordID> WordMap;
206 typedef std::set<WordID> WordIDSet; // An index into the WordList.
214 typedef std::map<WordID, HistoryIDSet> WordIDHistoryMap;
308 void UpdateWordHistory(WordID word_id, HistoryID history_id);
in_memory_url_index.cc 457 WordID word_id = *word_id_iter;
538 void InMemoryURLIndex::UpdateWordHistory(WordID word_id, HistoryID history_id) {
550 WordID word_id = word_list_.size() - 1;
    [all...]
  /external/srec/tools/parseStringTest/
parseStringTest.c 109 wordID wordIDs[32], *wordIDptr;
115 wordID id;
152 *wordIDptr++ = (wordID)i;

Completed in 464 milliseconds

1 2