Uses of Class
org.languagetool.SimpleInputSentence
Packages that use SimpleInputSentence
-
Uses of SimpleInputSentence in org.languagetool
Fields in org.languagetool with type parameters of type SimpleInputSentenceModifier and TypeFieldDescriptionprivate final com.google.common.cache.Cache<SimpleInputSentence, AnalyzedSentence> ResultCache.sentenceCacheMethods in org.languagetool that return types with arguments of type SimpleInputSentenceModifier and TypeMethodDescriptioncom.google.common.cache.Cache<SimpleInputSentence, AnalyzedSentence> ResultCache.getSentenceCache()Methods in org.languagetool with parameters of type SimpleInputSentenceModifier and TypeMethodDescriptionResultCache.getIfPresent(SimpleInputSentence key) voidResultCache.put(SimpleInputSentence key, AnalyzedSentence aSentence) intResultCache.SentenceWeigher.weigh(SimpleInputSentence sentence, AnalyzedSentence analyzedSentence)