Uses of Class
org.languagetool.rules.de.ProhibitedCompoundRule.Pair
Packages that use ProhibitedCompoundRule.Pair
-
Uses of ProhibitedCompoundRule.Pair in org.languagetool.rules.de
Fields in org.languagetool.rules.de declared as ProhibitedCompoundRule.PairModifier and TypeFieldDescriptionprivate ProhibitedCompoundRule.PairProhibitedCompoundRule.confusionPairFields in org.languagetool.rules.de with type parameters of type ProhibitedCompoundRule.PairModifier and TypeFieldDescriptionprivate static final List<ProhibitedCompoundRule.Pair> ProhibitedCompoundRule.lowercasePairsprotected Map<String, List<ProhibitedCompoundRule.Pair>> ProhibitedCompoundRule.pairMapprivate static final Map<String, List<ProhibitedCompoundRule.Pair>> ProhibitedCompoundRule.prohibitedCompoundRulePairMapMethods in org.languagetool.rules.de with parameters of type ProhibitedCompoundRule.PairModifier and TypeMethodDescriptionprivate static voidProhibitedCompoundRule.addAllCaseVariants(List<ProhibitedCompoundRule.Pair> candidatePairs, ProhibitedCompoundRule.Pair lcPair) voidProhibitedCompoundRule.setConfusionPair(ProhibitedCompoundRule.Pair confusionPair) ignore automatically loaded pairs and only match using given confusionPair used for evaluation by ProhibitedCompoundRuleEvaluatorMethod parameters in org.languagetool.rules.de with type arguments of type ProhibitedCompoundRule.PairModifier and TypeMethodDescriptionprivate static voidProhibitedCompoundRule.addAllCaseVariants(List<ProhibitedCompoundRule.Pair> candidatePairs, ProhibitedCompoundRule.Pair lcPair) protected static voidProhibitedCompoundRule.addItemsFromConfusionSets(List<ProhibitedCompoundRule.Pair> pairs, String confusionSetsFile, boolean isUpperCase) private static voidProhibitedCompoundRule.addUpperCaseVariants(List<ProhibitedCompoundRule.Pair> pairs) protected static com.hankcs.algorithm.AhoCorasickDoubleArrayTrie<String> ProhibitedCompoundRule.setupAhoCorasickSearch(List<ProhibitedCompoundRule.Pair> pairs, Map<String, List<ProhibitedCompoundRule.Pair>> pairMap) protected static com.hankcs.algorithm.AhoCorasickDoubleArrayTrie<String> ProhibitedCompoundRule.setupAhoCorasickSearch(List<ProhibitedCompoundRule.Pair> pairs, Map<String, List<ProhibitedCompoundRule.Pair>> pairMap)