HomeSort by relevance Sort by last modified time
    Searched defs:history (Results 1 - 4 of 4) sorted by null

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/thread/
slmthread.cpp 73 getIdString(TLevelIterator& it, std::vector<TSIMWordId>& history);
139 CSIMSlmWithIteration::getIdString(TLevelIterator& it, std::vector<TSIMWordId>& history)
141 history.clear();
145 history.push_back(((TLeaf*)(level[i]))[idx].id);
147 history.push_back(((TNode*)(level[i]))[idx].id);
219 std::vector<TSIMWordId> history; local
333 slm.getIdString(it, history);
334 if (history.size() == 0) {
337 slm.findBackOffState(lvl, &history[0], bol, bon);
383 slm.getIdString(it, history);
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/slm/thread/
slmthread.cpp 73 getIdString(TLevelIterator& it, std::vector<TSIMWordId>& history);
139 CSIMSlmWithIteration::getIdString(TLevelIterator& it, std::vector<TSIMWordId>& history)
141 history.clear();
145 history.push_back(((TLeaf*)(level[i]))[idx].id);
147 history.push_back(((TNode*)(level[i]))[idx].id);
219 std::vector<TSIMWordId> history; local
333 slm.getIdString(it, history);
334 if (history.size() == 0) {
337 slm.findBackOffState(lvl, &history[0], bol, bon);
383 slm.getIdString(it, history);
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_context.cpp 341 /* try extra words in history cache */
387 unsigned history[2] = {m_pModel->lastWordId(it->m_slmState), wid}; local
388 double hpr = m_pHistory->pr(history, history+2);
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_context.cpp 905 // we do not want to shrink the history state if it could be found in cache
916 unsigned history[2] = {m_pModel->lastWordId(it1->m_State), id}; local
917 double hpr = m_pHistory->pr(history, history+2);
    [all...]

Completed in 7439 milliseconds