Uses of Class
org.languagetool.InputSentence
-
Packages that use InputSentence Package Description org.languagetool -
-
Uses of InputSentence in org.languagetool
Fields in org.languagetool with type parameters of type InputSentence Modifier and Type Field Description private com.google.common.cache.Cache<InputSentence,java.util.List<RuleMatch>>
ResultCache. matchesCache
Methods in org.languagetool that return types with arguments of type InputSentence Modifier and Type Method Description com.google.common.cache.Cache<InputSentence,java.util.List<RuleMatch>>
ResultCache. getMatchesCache()
Methods in org.languagetool with parameters of type InputSentence Modifier and Type Method Description java.util.List<RuleMatch>
ResultCache. getIfPresent(InputSentence key)
void
ResultCache. put(InputSentence key, java.util.List<RuleMatch> sentenceMatches)
int
ResultCache.MatchesWeigher. weigh(InputSentence sentence, java.util.List<RuleMatch> matches)
-