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<ProtoResultCache.CachedResultMatch>> ResultCache.matchesCacheprivate final com.google.common.cache.Cache<InputSentence, Map<String, List<RuleMatch>>> ResultCache.remoteMatchesCacherules can fail individually, results can be partial -> store list if success (can be empty), null -> failure/not checkedMethods in org.languagetool that return types with arguments of type InputSentenceModifier and TypeMethodDescriptioncom.google.common.cache.Cache<InputSentence, List<ProtoResultCache.CachedResultMatch>> ResultCache.getMatchesCache()com.google.common.cache.Cache<InputSentence, Map<String, List<RuleMatch>>> ResultCache.getRemoteMatchesCache()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<ProtoResultCache.CachedResultMatch> matches) int