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

  /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...]
slm.cpp 220 lvl = pn->bol();
276 return TState(pl->bol(), pl->bon());
280 return TState(pn->bol(), pn->bon());
291 st.setLevel(pl->bol());
296 st.setLevel(pn->bol());
  /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...]
slm.cpp 222 lvl = pn->bol();
278 return TState(pl->bol(), pl->bon());
282 return TState(pn->bol(), pn->bon());
293 st.setLevel(pl->bol());
298 st.setLevel(pn->bol());
  /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...]
slm.cpp 228 lvl = pn->bol();
284 return TState(pl->bol(), pl->bon());
288 return TState(pn->bol(), pn->bon());
299 st.setLevel(pl->bol());
304 st.setLevel(pn->bol());
  /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) {}
arpa_conv.cpp 62 tleaf.set_bol(leaf.bol);
113 tnode.set_bol(node.bol);
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 55 unsigned bol; member in struct:CArpaSlm::TLeaf
58 TLeaf() : wid(0), pr(.0), ch(0), bon(0), bol(0) {}
arpa_conv.cpp 62 tleaf.set_bol(leaf.bol);
113 tnode.set_bol(node.bol);
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);
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...]
  /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());

Completed in 1349 milliseconds