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.sentenceCache
Methods 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) void
ResultCache.put
(SimpleInputSentence key, AnalyzedSentence aSentence) int
ResultCache.SentenceWeigher.weigh
(SimpleInputSentence sentence, AnalyzedSentence analyzedSentence)