Uses of Class
org.languagetool.SimpleInputSentence
-
Packages that use SimpleInputSentence Package Description org.languagetool -
-
Uses of SimpleInputSentence in org.languagetool
Fields in org.languagetool with type parameters of type SimpleInputSentence Modifier and Type Field Description private com.google.common.cache.Cache<SimpleInputSentence,AnalyzedSentence>ResultCache. sentenceCacheMethods in org.languagetool that return types with arguments of type SimpleInputSentence Modifier and Type Method Description com.google.common.cache.Cache<SimpleInputSentence,AnalyzedSentence>ResultCache. getSentenceCache()Methods in org.languagetool with parameters of type SimpleInputSentence Modifier and Type Method Description AnalyzedSentenceResultCache. getIfPresent(SimpleInputSentence key)voidResultCache. put(SimpleInputSentence key, AnalyzedSentence aSentence)intResultCache.SentenceWeigher. weigh(SimpleInputSentence sentence, AnalyzedSentence analyzedSentence)
-