Searched refs:SentenceTextInfoParams (Results 1 – 2 of 2) sorted by relevance
67 public static class SentenceTextInfoParams { class in SentenceLevelAdapter71 public SentenceTextInfoParams(TextInfo ti, ArrayList<SentenceWordItem> items) { in SentenceTextInfoParams() method in SentenceLevelAdapter.SentenceTextInfoParams138 public SentenceTextInfoParams getSplitWords(TextInfo originalTextInfo) {160 return new SentenceTextInfoParams(originalTextInfo, wordItems);165 SentenceTextInfoParams originalTextInfoParams, SuggestionsInfo[] results) {
179 final SentenceLevelAdapter.SentenceTextInfoParams textInfoParams = in splitAndSuggest()