Searched refs:BIGRAM_TAG (Results 1 – 3 of 3) sorted by relevance
53 private static final String BIGRAM_TAG = "bigram"; field in XmlDictInputOutput368 destination.write(" <" + BIGRAM_TAG + " " + PROBABILITY_ATTR + "=\"" in writeDictionaryXml()370 + "</" + BIGRAM_TAG + ">\n"); in writeDictionaryXml()
159 } else if (args[0].matches(CombinedFormatUtils.BIGRAM_TAG + "=.*")) { in readDictionaryCombined()165 if (CombinedFormatUtils.BIGRAM_TAG.equals(params[0])) { in readDictionaryCombined()
28 public static final String BIGRAM_TAG = "bigram"; field in CombinedFormatUtils80 builder.append(" " + BIGRAM_TAG + "=" + bigram.mWord); in formatWordProperty()