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