Uses of Class
org.languagetool.InputSentence
Packages that use InputSentence
-
Uses of InputSentence in org.languagetool
Fields in org.languagetool with type parameters of type InputSentenceModifier and TypeFieldDescriptionprivate final com.google.common.cache.Cache<InputSentence,
List<RuleMatch>> ResultCache.matchesCache
Methods in org.languagetool that return types with arguments of type InputSentenceModifier and TypeMethodDescriptioncom.google.common.cache.Cache<InputSentence,
List<RuleMatch>> ResultCache.getMatchesCache()
Methods in org.languagetool with parameters of type InputSentenceModifier and TypeMethodDescriptionResultCache.getIfPresent
(InputSentence key) void
ResultCache.put
(InputSentence key, List<RuleMatch> sentenceMatches) int
ResultCache.MatchesWeigher.weigh
(InputSentence sentence, List<RuleMatch> matches)