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

  /nv-g11n/inputmethod/sunpinyin/ime/src/slm/
slm.cpp 174 unsigned int lvl = history.getLevel();
254 unsigned int lvl = st.getLevel();
259 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
264 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
274 if (st.getLevel() >= m_N) {
278 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
289 if (st.getLevel() >= m_N) {
294 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
slm.h 89 inline unsigned int getLevel() const { return anony.m_Level; }
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
slm.cpp 176 unsigned int lvl = history.getLevel();
256 unsigned int lvl = st.getLevel();
261 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
266 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
276 if (st.getLevel() >= m_N) {
280 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
291 if (st.getLevel() >= m_N) {
296 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
slm.h 89 inline unsigned int getLevel() const { return anony.m_Level; }
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
slm.cpp 182 unsigned int lvl = history.getLevel();
262 unsigned int lvl = st.getLevel();
267 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
272 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
282 if (st.getLevel() >= m_N) {
286 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
297 if (st.getLevel() >= m_N) {
302 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
slm.h 89 inline unsigned int getLevel() const { return anony.m_Level; }
  /nv-g11n/inputmethod/sunpinyin/slm/src/lexicon/
genPYT.cpp 82 return (st.getLevel() == 1);
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmpack/
arpa_slm.h 83 const TNodeLevel& getLevel(unsigned lvl) const { return m_levels[lvl]; }
arpa_conv.cpp 144 const CArpaSlm::TNodeLevel& level = slm.getLevel(lvl);
slmpack.cpp 89 const TNodeLevel& level = slm.getLevel(lvl);
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmpack/
arpa_slm.h 83 const TNodeLevel& getLevel(unsigned lvl) const { return m_levels[lvl]; }
arpa_conv.cpp 144 const CArpaSlm::TNodeLevel& level = slm.getLevel(lvl);
slmpack.cpp 89 const TNodeLevel& level = slm.getLevel(lvl);
  /nv-g11n/inputmethod/sunpinyin2/src/lexicon/
genPYT.cpp 78 return (st.getLevel() == 1);
  /nv-g11n/inputmethod/sunpinyin/slm/python/
pyslm.pyx 41 unsigned int getLevel()
101 return pr, SlmState(ret.getLevel(), ret.getIdx())
107 return pr, SlmState(ret.getLevel(), ret.getIdx())
113 return SlmState(ret.getLevel(), ret.getIdx())
119 state.level = int(st.getLevel())
  /nv-g11n/inputmethod/sunpinyin2/python/
pyslm.pyx 41 unsigned int getLevel()
101 return pr, SlmState(ret.getLevel(), ret.getIdx())
107 return pr, SlmState(ret.getLevel(), ret.getIdx())
113 return SlmState(ret.getLevel(), ret.getIdx())
119 state.level = int(st.getLevel())
  /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);
imi_context.cpp 906 if (node.m_State.getLevel() == 0 && m_pHistory->seenBefore(id)) {
    [all...]
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/getWordFreq/
getWordFreq.cpp 111 if (st.getLevel() == 1) {
  /nv-g11n/inputmethod/sunpinyin2/src/slm/getWordFreq/
getWordFreq.cpp 111 if (st.getLevel() == 1) {
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslminfo/
tslminfo.cpp 78 isEnd(iterator& it) { return (((it.back().getIdx()) + 1) == getLevelSize(it.back().getLevel())); }
124 unsigned int lvl = s.getLevel();
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslminfo/
tslminfo.cpp 78 isEnd(iterator& it) { return (((it.back().getIdx()) + 1) == getLevelSize(it.back().getLevel())); }
124 unsigned int lvl = s.getLevel();
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
lattice_states.cpp 87 printf("<State(%d:%d), from word %d, score %s>\n", m_slmState.getLevel(), m_slmState.getIdx(), m_backTraceWordId, valbuf);
imi_context.cpp 383 if (node.m_slmState.getLevel() == 0 && m_pHistory && m_pHistory->seenBefore(wid))

Completed in 240 milliseconds