Home
last modified time | relevance | path

Searched refs:FREQ_LEARN (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DOpenWnnEngineEN.java36 public static final int FREQ_LEARN = 600; field in OpenWnnEngineEN
94 mDictionary.setDictionary(WnnDictionary.INDEX_LEARN_DICTIONARY, FREQ_LEARN, FREQ_LEARN); in OpenWnnEngineEN()
275 dict.setDictionary(WnnDictionary.INDEX_LEARN_DICTIONARY, FREQ_LEARN, FREQ_LEARN); in predict()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DOpenWnnClauseConverterJAJP.java29 private static final int FREQ_LEARN = 600; field in OpenWnnClauseConverterJAJP
178 … if (sentence[idx].frequency > sentence[start-1].frequency + CLAUSE_COST + FREQ_LEARN) { in consecutiveClauseConvert()
183 if (sentence[idx].frequency > CLAUSE_COST + FREQ_LEARN) { in consecutiveClauseConvert()
475 dict.setDictionary(WnnDictionary.INDEX_LEARN_DICTIONARY, FREQ_LEARN, FREQ_LEARN); in getIndependentWords()
DOpenWnnEngineJAJP.java73 public static final int FREQ_LEARN = 600; field in OpenWnnEngineJAJP
176 dict.setDictionary(WnnDictionary.INDEX_LEARN_DICTIONARY, FREQ_LEARN, FREQ_LEARN); in setDictionaryForPrediction()
186 dict.setDictionary(WnnDictionary.INDEX_LEARN_DICTIONARY, FREQ_LEARN, FREQ_LEARN); in setDictionaryForPrediction()