Uses of Class
org.languagetool.rules.WrongWordInContextRule.ContextWords
Packages that use WrongWordInContextRule.ContextWords
-
Uses of WrongWordInContextRule.ContextWords in org.languagetool.rules
Fields in org.languagetool.rules with type parameters of type WrongWordInContextRule.ContextWordsModifier and TypeFieldDescriptionprivate static final com.google.common.cache.LoadingCache
<String, List<WrongWordInContextRule.ContextWords>> WrongWordInContextRule.cache
private final List
<WrongWordInContextRule.ContextWords> WrongWordInContextRule.contextWordsSet
Methods in org.languagetool.rules that return types with arguments of type WrongWordInContextRule.ContextWordsModifier and TypeMethodDescriptionprivate static List
<WrongWordInContextRule.ContextWords> WrongWordInContextRule.loadContextWords
(String path) Load words, contexts, and explanations.