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