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.Pair
ProhibitedCompoundRule.confusionPair
Fields in org.languagetool.rules.de with type parameters of type ProhibitedCompoundRule.PairModifier and TypeFieldDescriptionprivate static final List
<ProhibitedCompoundRule.Pair> ProhibitedCompoundRule.lowercasePairs
protected Map
<String, List<ProhibitedCompoundRule.Pair>> ProhibitedCompoundRule.pairMap
private static final Map
<String, List<ProhibitedCompoundRule.Pair>> ProhibitedCompoundRule.prohibitedCompoundRulePairMap
Methods in org.languagetool.rules.de with parameters of type ProhibitedCompoundRule.PairModifier and TypeMethodDescriptionprivate static void
ProhibitedCompoundRule.addAllCaseVariants
(List<ProhibitedCompoundRule.Pair> candidatePairs, ProhibitedCompoundRule.Pair lcPair) void
ProhibitedCompoundRule.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 void
ProhibitedCompoundRule.addAllCaseVariants
(List<ProhibitedCompoundRule.Pair> candidatePairs, ProhibitedCompoundRule.Pair lcPair) protected static void
ProhibitedCompoundRule.addItemsFromConfusionSets
(List<ProhibitedCompoundRule.Pair> pairs, String confusionSetsFile, boolean isUpperCase) private static void
ProhibitedCompoundRule.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)