| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmpack/ |
| arpa_slm.cpp | 80 unsigned wid; local 82 wid = lexi->second; 85 wid = 0; 87 return wid; 104 wid = hw[nword++] = get_wid(word, lexicon); 141 wid = 0;
|
| arpa_slm.h | 51 TSIMWordId wid; member in struct:CArpaSlm::TLeaf 58 TLeaf() : wid(0), pr(.0), ch(0), bon(0), bol(0) {} 94 * initialize the `ch' and `wid' fields of each node in levels
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmpack/ |
| arpa_slm.cpp | 80 unsigned wid; local 82 wid = lexi->second; 85 wid = 0; 87 return wid; 104 wid = hw[nword++] = get_wid(word, lexicon); 141 wid = 0;
|
| arpa_slm.h | 51 TSIMWordId wid; member in struct:CArpaSlm::TLeaf 58 TLeaf() : wid(0), pr(.0), ch(0), bon(0), bol(0) {} 94 * initialize the `ch' and `wid' fields of each node in levels
|
| /nv-g11n/inputmethod/sunpinyin/ime/src/slm/ |
| slm.h | 65 * double transfer(TState& history, unsigned int wid, TState& result); 115 unsigned int wid() const function in struct:CThreadSlm::TNode 145 void set_wid(unsigned int wid) 147 m_wid = wid; 236 inline unsigned int wid() const { return m_wid; } function in struct:CThreadSlm::TLeaf 241 inline void set_wid(unsigned int wid) { m_wid = wid; } 314 transferNegLog(TState history, unsigned int wid, TState& result); 317 transfer(TState history, unsigned int wid, TState& result); 330 rawTransfer(TState history, unsigned int wid, TState& result) [all...] |
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ |
| slm.h | 65 * double transfer(TState& history, unsigned int wid, TState& result); 115 unsigned int wid() const function in struct:CThreadSlm::TNode 145 void set_wid(unsigned int wid) 147 m_wid = wid; 236 inline unsigned int wid() const { return m_wid; } function in struct:CThreadSlm::TLeaf 241 inline void set_wid(unsigned int wid) { m_wid = wid; } 314 transferNegLog(TState history, unsigned int wid, TState& result); 317 transfer(TState history, unsigned int wid, TState& result); 330 rawTransfer(TState history, unsigned int wid, TState& result) [all...] |
| /nv-g11n/inputmethod/sunpinyin2/src/slm/ |
| slm.h | 65 * double transfer(TState& history, unsigned int wid, TState& result); 115 unsigned int wid() const function in struct:CThreadSlm::TNode 145 void set_wid(unsigned int wid) 147 m_wid = wid; 236 inline unsigned int wid() const { return m_wid; } function in struct:CThreadSlm::TLeaf 241 inline void set_wid(unsigned int wid) { m_wid = wid; } 314 transferNegLog(TState history, unsigned int wid, TState& result); 317 transfer(TState history, unsigned int wid, TState& result); 330 rawTransfer(TState history, unsigned int wid, TState& result) [all...] |
| /nv-g11n/inputmethod/sunpinyin2/src/ime-core/ |
| imi_context.cpp | 246 unsigned wid = 0; local 250 wid = m_pPinyinTrie->getSymbolId (wstr); 263 fr.m_lexiconStates.push_back (TLexiconState(i, wid)); 271 unsigned wid = 0; local 275 wid = m_pPinyinTrie->getSymbolId (wstr); 281 fr.m_type = wid? CLatticeFrame::SYMBOL: CLatticeFrame::ASCII; 288 fr.m_lexiconStates.push_back (TLexiconState(i, wid)); 356 void CIMIContext::_transferBetween (unsigned start, unsigned end, unsigned wid, double ic) 364 if ((end_fr.m_bwType & CLatticeFrame::USER_SELECTED) && end_fr.m_bestWord.m_wordId == wid) 376 node.m_backTraceWordId = wid; [all...] |
| /nv-g11n/inputmethod/sunpinyin/ime/src/ |
| imi_context.cpp | 1104 unsigned int wid = m_pPinyinTrie->getSimbolId(bone->m_String); local [all...] |