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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CombinedFormatUtils.java 35 public static final String BEGINNING_OF_SENTENCE_TAG = "beginning_of_sentence";
63 builder.append("," + BEGINNING_OF_SENTENCE_TAG + "=" + TRUE_VALUE);
82 builder.append("," + BEGINNING_OF_SENTENCE_TAG + "=true");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
NgramContext.java 42 public static final String BEGINNING_OF_SENTENCE_TAG = "<S>";
146 terms.add(BEGINNING_OF_SENTENCE_TAG);
169 prevTermList.add(BEGINNING_OF_SENTENCE_TAG);

Completed in 176 milliseconds