Uses of Class
org.languagetool.rules.spelling.symspell.implementation.SymSpell
-
Packages that use SymSpell Package Description org.languagetool.rules.spelling -
-
Uses of SymSpell in org.languagetool.rules.spelling
Fields in org.languagetool.rules.spelling declared as SymSpell Modifier and Type Field Description protected SymSpellSymSpellRule. defaultDictSpellerprotected SymSpellSymSpellRule. userDictSpellerFields in org.languagetool.rules.spelling with type parameters of type SymSpell Modifier and Type Field Description private static com.google.common.cache.LoadingCache<Language,SymSpell>SymSpellRule. spellerCacheMethods in org.languagetool.rules.spelling that return SymSpell Modifier and Type Method Description protected static SymSpellSymSpellRule. initDefaultDictSpeller(Language lang)protected static @Nullable SymSpellSymSpellRule. initUserDictSpeller(UserConfig config)Methods in org.languagetool.rules.spelling with parameters of type SymSpell Modifier and Type Method Description private @NotNull java.util.List<java.lang.String>SymSpellRule. getSpellerMatches(java.lang.String word, SymSpell speller)
-