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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmpack/
arpa_slm.h 54 unsigned bon; member in struct:CArpaSlm::TLeaf
58 TLeaf() : wid(0), pr(.0), ch(0), bon(0), bol(0) {}
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmpack/
arpa_slm.h 54 unsigned bon; member in struct:CArpaSlm::TLeaf
58 TLeaf() : wid(0), pr(.0), ch(0), bon(0), bol(0) {}
  /nv-g11n/inputmethod/sunpinyin/ime/src/slm/
slm.h 54 * - bon(back-off-node)'s index in the bol level array
57 * - when leaf node are arrived, it could use (bol,bon) as history for
60 * searching could be transfered to (bol, bon) directly and continue
130 unsigned int bon() const function in struct:CThreadSlm::TNode
160 void set_bon(unsigned int bon)
162 m_bon = bon;
237 inline unsigned int bon() const { return m_bon; } function in struct:CThreadSlm::TLeaf
242 inline void set_bon(unsigned int bon) { m_bon = bon; }
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
slm.h 54 * - bon(back-off-node)'s index in the bol level array
57 * - when leaf node are arrived, it could use (bol,bon) as history for
60 * searching could be transfered to (bol, bon) directly and continue
130 unsigned int bon() const function in struct:CThreadSlm::TNode
160 void set_bon(unsigned int bon)
162 m_bon = bon;
237 inline unsigned int bon() const { return m_bon; } function in struct:CThreadSlm::TLeaf
242 inline void set_bon(unsigned int bon) { m_bon = bon; }
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
slm.h 54 * - bon(back-off-node)'s index in the bol level array
57 * - when leaf node are arrived, it could use (bol,bon) as history for
60 * searching could be transfered to (bol, bon) directly and continue
130 unsigned int bon() const function in struct:CThreadSlm::TNode
160 void set_bon(unsigned int bon)
162 m_bon = bon;
237 inline unsigned int bon() const { return m_bon; } function in struct:CThreadSlm::TLeaf
242 inline void set_bon(unsigned int bon) { m_bon = bon; }
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/thread/
slmthread.cpp 91 findBackOffState(int n, TSIMWordId*hw, unsigned & bol, unsigned& bon);
125 CSIMSlmWithIteration::findBackOffState(int n, TSIMWordId*hw, unsigned & bol, unsigned& bon)
131 bol = n; bon = idx; return;
134 bol = bon = 0;
217 unsigned int bol, bon; local
335 slm.findBackOffState(lvl, NULL, bol, bon);
337 slm.findBackOffState(lvl, &history[0], bol, bon);
354 nn.set_bon(bon);
384 slm.findBackOffState(lvl, &history[0], bol, bon);
399 nn.set_bon(bon);
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/slm/thread/
slmthread.cpp 91 findBackOffState(int n, TSIMWordId*hw, unsigned & bol, unsigned& bon);
125 CSIMSlmWithIteration::findBackOffState(int n, TSIMWordId*hw, unsigned & bol, unsigned& bon)
131 bol = n; bon = idx; return;
134 bol = bon = 0;
217 unsigned int bol, bon; local
335 slm.findBackOffState(lvl, NULL, bol, bon);
337 slm.findBackOffState(lvl, &history[0], bol, bon);
354 nn.set_bon(bon);
384 slm.findBackOffState(lvl, &history[0], bol, bon);
399 nn.set_bon(bon);
    [all...]

Completed in 240 milliseconds