Home | History | Annotate | Download | only in openwnn

Lines Matching refs:dictionary

32     /** The identifier of the learning dictionary */
34 /** The identifier of the user dictionary */
119 * candidates to the learning dictionary or update the frequency
128 * Register a word to the user's dictionary.
131 * @return Number of registered words in the user's dictionary after the operation; minus value if a error occurs.
136 * Delete a word from the user's dictionary.
144 * Delete all words from the user's dictionary.
146 * @param dictionary {@code DICTIONARY_TYPE_LEARN} or {@code DICTIONARY_TYPE_USER}
149 public boolean initializeDictionary(int dictionary);
152 * Delete all words from the user's dictionary of the specified language.
154 * @param dictionary {@code DICTIONARY_TYPE_LEARN} or {@code DICTIONARY_TYPE_USER}
155 * @param type Dictionary type (language, etc...)
158 public boolean initializeDictionary(int dictionary, int type);