Home | History | Annotate | Download | only in JAJP

Lines Matching refs:dictionary

44     /** Current dictionary type */
46 /** Dictionary type (default) */
48 /** Dictionary type (Japanese standard) */
50 /** Dictionary type (English standard) */
52 /** Dictionary type (Japanese person's name) */
54 /** Dictionary type (User dictionary) */
56 /** Dictionary type (Japanese EISU-KANA conversion) */
58 /** Dictionary type (e-mail/URI) */
60 /** Dictionary type (Japanese postal address) */
72 /** Score(frequency value) of word in the learning dictionary */
74 /** Score(frequency value) of word in the user dictionary */
85 /** OpenWnn dictionary */
105 * (0:prefix search from the dictionary, 1:single clause converter, 2:Kana converter)
133 * @param writableDictionaryName Writable dictionary file name(null if not use)
136 /* load Japanese dictionary library */
146 /* clear dictionary settings */
161 * Set dictionary for prediction.
300 * Set dictionary type.
302 * @param type Type of dictionary
303 * @return {@code true} if the dictionary is changed; {@code false} if not.
570 public boolean initializeDictionary(int dictionary) {
571 switch( dictionary ) {
588 public boolean initializeDictionary(int dictionary, int type) {
589 return initializeDictionary(dictionary);
594 /* get words in the user dictionary */
605 /* {@link WnnWord} comparator for listing up words in the user dictionary */