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

  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
DictionaryMaker.java 75 + "[-s <unigrams.xml> [-b <bigrams.xml>] | -s <binary input>] "
205 final FileInputStream unigrams = new FileInputStream(new File(unigramXmlFilename)); local
208 return XmlDictInputOutput.readDictionaryXml(unigrams, bigrams);
XmlDictInputOutput.java 160 * @param unigrams the file to read the data from.
163 public static FusionDictionary readDictionaryXml(InputStream unigrams, InputStream bigrams)
174 parser.parse(unigrams, unigramHandler);

Completed in 1051 milliseconds