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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmpack/
arpa_slm.h 81 unsigned getN() const { return m_N; }
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmpack/
arpa_slm.h 81 unsigned getN() const { return m_N; }
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslminfo/
tslminfo.cpp 69 getN() { return m_N; }
231 for (int lvl = 0; lvl <= itslm.getN(); ++lvl) {
241 if (lvl < itslm.getN()) {
286 printf("Total %d level ngram: ", itslm.getN());
287 for (int lvl=1; lvl <=itslm.getN(); ++lvl)
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslminfo/
tslminfo.cpp 69 getN() { return m_N; }
231 for (int lvl = 0; lvl <= itslm.getN(); ++lvl) {
241 if (lvl < itslm.getN()) {
286 printf("Total %d level ngram: ", itslm.getN());
287 for (int lvl=1; lvl <=itslm.getN(); ++lvl)
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/thread/
slmthread.cpp 70 getN() { return N; }
243 for (int lvl=0; lvl <= slm.getN(); ++lvl) {
256 if (lvl < slm.getN()) {
327 for (int lvl=0; lvl < slm.getN(); ++lvl) {
378 lastLevel = new CThreadSlm::TLeaf [slm.getLevelSize(slm.getN())];
380 slm.beginLevelIteration(slm.getN(), it);
381 for (int lvl=slm.getN(); !slm.isEnd(it); slm.next(it)) {
408 int N = slm.getN();
  /nv-g11n/inputmethod/sunpinyin2/src/slm/thread/
slmthread.cpp 70 getN() { return N; }
243 for (int lvl=0; lvl <= slm.getN(); ++lvl) {
256 if (lvl < slm.getN()) {
327 for (int lvl=0; lvl < slm.getN(); ++lvl) {
378 lastLevel = new CThreadSlm::TLeaf [slm.getLevelSize(slm.getN())];
380 slm.beginLevelIteration(slm.getN(), it);
381 for (int lvl=slm.getN(); !slm.isEnd(it); slm.next(it)) {
408 int N = slm.getN();

Completed in 180 milliseconds