| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ |
| sim_dict.cpp | 70 if (root->word_id != SIM_ID_NOT_WORD) { 142 it->second.word_id != SIM_ID_NOT_WORD && it->second.word_id != nodeId) { 147 it->second.word_id = nodeId; 157 if (pnode != NULL && pnode->word_id != SIM_ID_NOT_WORD) { 160 fprintf(fp, "%s %d\n", buf, unsigned(pnode->word_id));
|
| sim_dict.h | 51 TSIMWordId word_id; member in struct:CSIMDict::TState 53 TState(TSIMWordId wid=SIM_ID_NOT_WORD) : word_id(wid), follow(NULL) { }
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/ |
| sim_dict.cpp | 70 if (root->word_id != SIM_ID_NOT_WORD) { 142 it->second.word_id != SIM_ID_NOT_WORD && it->second.word_id != nodeId) { 147 it->second.word_id = nodeId; 157 if (pnode != NULL && pnode->word_id != SIM_ID_NOT_WORD) { 160 fprintf(fp, "%s %d\n", buf, unsigned(pnode->word_id));
|
| sim_dict.h | 51 TSIMWordId word_id; member in struct:CSIMDict::TState 53 TState(TSIMWordId wid=SIM_ID_NOT_WORD) : word_id(wid), follow(NULL) { }
|
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/slminfo/ |
| slminfo.cpp | 162 TSIMWordId word_id = nodes[i][0].id; 164 printf("%s ", (*plexicon)[word_id].c_str()); 166 printf("%d ", int(word_id));
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/slminfo/ |
| slminfo.cpp | 162 TSIMWordId word_id = nodes[i][0].id; 164 printf("%s ", (*plexicon)[word_id].c_str()); 166 printf("%d ", int(word_id));
|
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/slmseg/ |
| slmseg.cpp | 242 if (pds->word_id != SIM_ID_NOT_WORD) { 244 insertLatticeWord(lattice, TLatticeWord(left, left+len+1, pds->word_id)); 275 idcur = pstate->word_id;
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/slmseg/ |
| slmseg.cpp | 242 if (pds->word_id != SIM_ID_NOT_WORD) { 244 insertLatticeWord(lattice, TLatticeWord(left, left+len+1, pds->word_id)); 275 idcur = pstate->word_id;
|
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/mmseg/ |
| mmseg.cpp | 226 idcur = pstate->word_id;
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/mmseg/ |
| mmseg.cpp | 226 idcur = pstate->word_id;
|