Uses of Class
org.languagetool.rules.WrongWordInContextRule.ContextWords
-
Packages that use WrongWordInContextRule.ContextWords Package Description org.languagetool.rules -
-
Uses of WrongWordInContextRule.ContextWords in org.languagetool.rules
Fields in org.languagetool.rules with type parameters of type WrongWordInContextRule.ContextWords Modifier and Type Field Description private static com.google.common.cache.LoadingCache<java.lang.String,java.util.List<WrongWordInContextRule.ContextWords>>
WrongWordInContextRule. cache
private java.util.List<WrongWordInContextRule.ContextWords>
WrongWordInContextRule. contextWordsSet
Methods in org.languagetool.rules that return types with arguments of type WrongWordInContextRule.ContextWords Modifier and Type Method Description private static java.util.List<WrongWordInContextRule.ContextWords>
WrongWordInContextRule. loadContextWords(java.lang.String path)
Load words, contexts, and explanations.
-