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 with type parameters of type ProhibitedCompoundRule.PairModifier and TypeFieldDescriptionprotected Map<String,List<ProhibitedCompoundRule.Pair>> ProhibitedCompoundRule.pairMapMethods in org.languagetool.rules.de with parameters of type ProhibitedCompoundRule.PairModifier and TypeMethodDescriptionvoidProhibitedCompoundRule.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 TypeMethodDescriptionprotected static voidProhibitedCompoundRule.addItemsFromConfusionSets(List<ProhibitedCompoundRule.Pair> pairs, String confusionSetsFile, boolean isUpperCase) 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)