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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ids2ngram/
idngram.h 47 TSIMWordId ids[N]; member in class:CSIM_Idngram
50 { for (int i=0; i<N; ++i) ids[i] = 0; }
54 ids[i] = r.ids[i];
60 if (ids[i] < r.ids[i])
62 else if (ids[i] > r.ids[i])
71 if (ids[i] > r.ids[i]
    [all...]
ids2ngram.cpp 65 fwrite(its->first.ids, sizeof(TSIMWordId), N, out);
80 TSIMWordId* ids = ngram.ids; local
81 fread(ids, sizeof(TSIMWordId), N-1, fp);
82 while (fread(ids+N-1, sizeof(TSIMWordId), 1, fp) == 1) {
90 for (int i=0; i<N-1; ++i) ids[i] = ids[i+1];
idngram_merge.h 59 fwrite(prevItem.ids, sizeof(TSIMWordId), N, out);
67 fwrite(prevItem.ids, sizeof(TSIMWordId), N, out);
  /nv-g11n/inputmethod/sunpinyin2/src/slm/ids2ngram/
idngram.h 47 TSIMWordId ids[N]; member in class:CSIM_Idngram
50 { for (int i=0; i<N; ++i) ids[i] = 0; }
54 ids[i] = r.ids[i];
60 if (ids[i] < r.ids[i])
62 else if (ids[i] > r.ids[i])
71 if (ids[i] > r.ids[i]
    [all...]
ids2ngram.cpp 65 fwrite(its->first.ids, sizeof(TSIMWordId), N, out);
80 TSIMWordId* ids = ngram.ids; local
81 fread(ids, sizeof(TSIMWordId), N-1, fp);
82 while (fread(ids+N-1, sizeof(TSIMWordId), 1, fp) == 1) {
90 for (int i=0; i<N-1; ++i) ids[i] = ids[i+1];
idngram_merge.h 59 fwrite(prevItem.ids, sizeof(TSIMWordId), N, out);
67 fwrite(prevItem.ids, sizeof(TSIMWordId), N, out);
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/slmbuild/
slmbuild.cpp 88 -b --brk id[,id...] # set the ids which should be treat as breaker\n\
89 -e --exclude id[,id...] # set the ids which should not be put into LM\n\
105 BREAKER-IDs could be SentenceTokens or ParagraphTokens. Concepturally,\n\
106 these ids has no meaning when they appeared in the middle of n-gram.\n\
107 EXCLUDE-IDs could be ambiguious-ids. Concepturally, n-grams which\n\
108 contain those ids are meaningless.\n\
109 We can not erase ngrams according to BREAKER-IDS and EXCLUDE-IDs directly\n\
136 std::vector<TSIMWordId> ids; local
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/slm/slmbuild/
slmbuild.cpp 88 -b --brk id[,id...] # set the ids which should be treat as breaker\n\
89 -e --exclude id[,id...] # set the ids which should not be put into LM\n\
105 BREAKER-IDs could be SentenceTokens or ParagraphTokens. Concepturally,\n\
106 these ids has no meaning when they appeared in the middle of n-gram.\n\
107 EXCLUDE-IDs could be ambiguious-ids. Concepturally, n-grams which\n\
108 contain those ids are meaningless.\n\
109 We can not erase ngrams according to BREAKER-IDS and EXCLUDE-IDs directly\n\
136 std::vector<TSIMWordId> ids; local
    [all...]
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
Xlibint.h 183 #define XAllocIDs(dpy,ids,n) (*(dpy)->idlist_alloc)(dpy,ids,n)
    [all...]

Completed in 540 milliseconds