| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmpack/ |
| arpa_slm.h | 55 unsigned bol; 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 | 55 unsigned bol; 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 | 53 * - bol(back-off-level) from current level 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 135 unsigned int bol() const function in struct:CThreadSlm::TNode 165 void set_bol(unsigned int bol) 167 m_bol = bol; 238 inline unsigned int bol() const { return m_bol; } function in struct:CThreadSlm::TLeaf 243 inline void set_bol(unsigned int bol) { m_bol = bol; } [all...] |
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ |
| slm.h | 53 * - bol(back-off-level) from current level 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 135 unsigned int bol() const function in struct:CThreadSlm::TNode 165 void set_bol(unsigned int bol) 167 m_bol = bol; 238 inline unsigned int bol() const { return m_bol; } function in struct:CThreadSlm::TLeaf 243 inline void set_bol(unsigned int bol) { m_bol = bol; } [all...] |
| /nv-g11n/inputmethod/sunpinyin2/src/slm/ |
| slm.h | 53 * - bol(back-off-level) from current level 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 135 unsigned int bol() const function in struct:CThreadSlm::TNode 165 void set_bol(unsigned int bol) 167 m_bol = bol; 238 inline unsigned int bol() const { return m_bol; } function in struct:CThreadSlm::TLeaf 243 inline void set_bol(unsigned int bol) { m_bol = bol; } [all...] |
| /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); 355 nn.set_bol(bol); 384 slm.findBackOffState(lvl, &history[0], bol, bon); 400 nn.set_bol(bol); [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); 355 nn.set_bol(bol); 384 slm.findBackOffState(lvl, &history[0], bol, bon); 400 nn.set_bol(bol); [all...] |