| /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; }
|
| slm.cpp | 221 pos = pn->bon(); 276 return TState(pl->bol(), pl->bon()); 280 return TState(pn->bol(), pn->bon()); 292 st.setIdx(pl->bon()); 297 st.setIdx(pn->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; }
|
| slm.cpp | 223 pos = pn->bon(); 278 return TState(pl->bol(), pl->bon()); 282 return TState(pn->bol(), pn->bon()); 294 st.setIdx(pl->bon()); 299 st.setIdx(pn->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; }
|
| slm.cpp | 229 pos = pn->bon(); 284 return TState(pl->bol(), pl->bon()); 288 return TState(pn->bol(), pn->bon()); 300 st.setIdx(pl->bon()); 305 st.setIdx(pn->bon());
|
| /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) {}
|
| arpa_conv.cpp | 61 tleaf.set_bon(leaf.bon); 112 tnode.set_bon(node.bon);
|
| arpa_slm.cpp | 118 &pr, &bol, &bon); 130 &pr, &bow, &bol, &bon); 140 &pr, &bow, &bol, &bon);
|
| /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) {}
|
| arpa_conv.cpp | 61 tleaf.set_bon(leaf.bon); 112 tnode.set_bon(node.bon);
|
| arpa_slm.cpp | 118 &pr, &bol, &bon); 130 &pr, &bow, &bol, &bon); 140 &pr, &bow, &bol, &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...] |
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslminfo/ |
| tslminfo.cpp | 253 printf("(%1u,%u)\n", pn->bol(), pn->bon()); 265 printf("(%1u,%u)\n", pn->bol(), pn->bon());
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/tslminfo/ |
| tslminfo.cpp | 253 printf("(%1u,%u)\n", pn->bol(), pn->bon()); 265 printf("(%1u,%u)\n", pn->bol(), pn->bon());
|