Searched refs:BIGRAM_TAG (Results 1 – 2 of 2) sorted by relevance
150 } else if (args[0].matches(CombinedFormatUtils.BIGRAM_TAG + "=.*")) { in readDictionaryCombined()156 if (CombinedFormatUtils.BIGRAM_TAG.equals(params[0])) { in readDictionaryCombined()
28 public static final String BIGRAM_TAG = "bigram"; field in CombinedFormatUtils