HomeSort by relevance Sort by last modified time
    Searched refs:m_State (Results 1 - 3 of 3) sorted by null

  /nv-g11n/inputmethod/sunpinyin/ime/src/
lattice_states.cpp 78 printf("<State(%d:%d), from word %d, score %s>", m_State.getLevel(), m_State.getIdx(), m_BackTraceWordId, valbuf);
80 printf("<State(%d:%d), from word %d, score %E>", m_State.getLevel(), m_State.getIdx(), m_BackTraceWordId, m_Score);
129 itMap = m_Map.find(node.m_State);
140 itMap = m_Map.find(oldNode.m_State);
142 m_Map[node.m_State] = m_Heap[0];
147 m_Map[node.m_State] = m_Vec.size();
lattice_states.h 136 CStateKey m_State;
168 : m_Score(score), m_BoneAfter(bone), m_State(sk),
imi_context.cpp 903 double ts = m_pModel->transfer(it1->m_State, id, node.m_State);
904 m_pModel->historify(node.m_State);
906 if (node.m_State.getLevel() == 0 && m_pHistory->seenBefore(id)) {
907 node.m_State.setIdx(id); // an psuedo unigram node state
916 unsigned history[2] = {m_pModel->lastWordId(it1->m_State), id};
    [all...]

Completed in 180 milliseconds