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. matchesCacheMethods 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)voidResultCache. put(InputSentence key, java.util.List<RuleMatch> sentenceMatches)intResultCache.MatchesWeigher. weigh(InputSentence sentence, java.util.List<RuleMatch> matches)
-