| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/slmprune/ |
| slmprune.cpp | 76 CSlmPruner() : CSIMSlm(), cut(NULL) 80 { if (cut) delete [] cut; } 93 int* cut; member in class:CSlmPruner 121 cut = new int [N+1]; 122 cut[0] = 0; 124 cut[lvl] = sz[lvl] - 1 - nReserve[lvl]; 125 if (cut[lvl] < 0) cut[lvl] = 0; 131 cut = new int [N+1] [all...] |
| /nv-g11n/inputmethod/sunpinyin2/src/slm/slmprune/ |
| slmprune.cpp | 76 CSlmPruner() : CSIMSlm(), cut(NULL) 80 { if (cut) delete [] cut; } 93 int* cut; member in class:CSlmPruner 121 cut = new int [N+1]; 122 cut[0] = 0; 124 cut[lvl] = sz[lvl] - 1 - nReserve[lvl]; 125 if (cut[lvl] < 0) cut[lvl] = 0; 131 cut = new int [N+1] [all...] |
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ |
| sim_slmbuilder.cpp | 78 // normally, c should not greater than 1.0, yet when cut-off is used, it could be so. 134 if (cut != NULL) 135 delete []cut; 136 cut = new FREQ_TYPE[nlevel+1]; 138 cut[i+1] = threshold[i]; 222 if (fr > cut[nlevel]) { 261 //do not cut item whoese 1. freq > thred; 2. psuedo tail 282 //do not cut item whoese 1. freq > thred; 2. psuedo tail; 3. leading children 297 void CSlmBuilder::Cut() 301 printf("\n Cut level %d with threshold %d...", lvl, cut[lvl]); fflush(stdout) [all...] |
| sim_slmbuilder.h | 57 : m_nWord(0), nlevel(0), level(NULL), cut(NULL), discounter(NULL), 90 void Cut(); 105 FREQ_TYPE* cut; // cut[1] is not cut threshold for 1-gram, ... member in class:CSlmBuilder
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/ |
| sim_slmbuilder.cpp | 78 // normally, c should not greater than 1.0, yet when cut-off is used, it could be so. 134 if (cut != NULL) 135 delete []cut; 136 cut = new FREQ_TYPE[nlevel+1]; 138 cut[i+1] = threshold[i]; 222 if (fr > cut[nlevel]) { 261 //do not cut item whoese 1. freq > thred; 2. psuedo tail 282 //do not cut item whoese 1. freq > thred; 2. psuedo tail; 3. leading children 297 void CSlmBuilder::Cut() 301 printf("\n Cut level %d with threshold %d...", lvl, cut[lvl]); fflush(stdout) [all...] |
| sim_slmbuilder.h | 57 : m_nWord(0), nlevel(0), level(NULL), cut(NULL), discounter(NULL), 90 void Cut(); 105 FREQ_TYPE* cut; // cut[1] is not cut threshold for 1-gram, ... member in class:CSlmBuilder
|
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/slmbuild/ |
| slmbuild.cpp | 65 {"cut", 1, 0, 'c'}, 90 -c --cut c1[,c2...] # k-gram whose freq <= c[k] are droped\n\ 97 0 < dis < cut[k]+1.0, normally dis < 1.0.\n\ 102 -n must be given before -c -b. And -c must give right number of cut-off,\n\ 114 At 1-gram level, use Good-Turing discount with cut-off 0, R=8, dis=0.9995. At\n\ 115 2-gram level, use Absolute discount with cut-off 3, dis auto-calc. At 3-gram\n\ 116 level, use Absolute discount with cut-off 2, dis auto-calc. Word id 10,11,12\n\ 142 int n, rmax, cut; local 163 cut = atoi(ac); 164 threshold.push_back(CSlmBuilder::FREQ_TYPE(cut)); [all...] |
| /nv-g11n/inputmethod/sunpinyin2/src/slm/slmbuild/ |
| slmbuild.cpp | 65 {"cut", 1, 0, 'c'}, 90 -c --cut c1[,c2...] # k-gram whose freq <= c[k] are droped\n\ 97 0 < dis < cut[k]+1.0, normally dis < 1.0.\n\ 102 -n must be given before -c -b. And -c must give right number of cut-off,\n\ 114 At 1-gram level, use Good-Turing discount with cut-off 0, R=8, dis=0.9995. At\n\ 115 2-gram level, use Absolute discount with cut-off 3, dis auto-calc. At 3-gram\n\ 116 level, use Absolute discount with cut-off 2, dis auto-calc. Word id 10,11,12\n\ 142 int n, rmax, cut; local 163 cut = atoi(ac); 164 threshold.push_back(CSlmBuilder::FREQ_TYPE(cut)); [all...] |
| /nv-g11n/locale/misc/mk/ |
| spec.mk | 26 spec_key = $(if $(shell $(GNU_GREP) '^$(1)' $<| cut -f2-),$(shell $(GNU_GREP) '^$(1)' $<| cut -f2-),$(2))
|
| /nv-g11n/inputmethod/specs/ |
| build-im.sh | 37 for pkg in `find . -type d -name "SUNW*" | cut -c3-`; do
|
| /nv-g11n/g11n/src/locale_cldr/ |
| Makefile | 83 CHARMAP_SH = echo $* | cut -d. -f2| cut -d@ -f1 119 VARIANT_SH = echo $* | cut -d@ -f2 120 WITHOUT_AT_SH = echo $* | cut -d@ -f1 146 VARIANT_SH = echo $* | cut -d@ -f2 147 WITHOUT_AT_SH = echo $* | cut -d@ -f1 173 VARIANT_SH = echo $* | cut -d@ -f2 174 WITHOUT_AT_SH = echo $* | cut -d@ -f1
|
| Makefile.orig | 83 CHARMAP_SH = echo $* | cut -d. -f2| cut -d@ -f1 117 VARIANT_SH = echo $* | cut -d@ -f2 118 WITHOUT_AT_SH = echo $* | cut -d@ -f1 144 VARIANT_SH = echo $* | cut -d@ -f2 145 WITHOUT_AT_SH = echo $* | cut -d@ -f1
|
| /nv-g11n/messages/messages/on/fr_FR/usr/share/lib/locale/com/sun/slp/ |
| Server___LOCALE__.properties | 62 slpd_sa_stop_failure = La tentative d''arr??t du serveur SA SLP a ??chou??. Le slpd est-il ex??cut?? en tant que DA ? Code d''erreur SLP : {0} [all...] |