Uses of Class
org.languagetool.rules.ConfusionPair
Packages that use ConfusionPair
-
Uses of ConfusionPair in org.languagetool.rules
Methods in org.languagetool.rules that return types with arguments of type ConfusionPair -
Uses of ConfusionPair in org.languagetool.rules.ngrams
Fields in org.languagetool.rules.ngrams with type parameters of type ConfusionPairModifier and TypeFieldDescriptionprivate static final com.google.common.cache.LoadingCache
<String, Map<String, List<ConfusionPair>>> ConfusionProbabilityRule.confSetCache
private final Map
<String, List<ConfusionPair>> ConfusionProbabilityRule.wordToPairs
Methods in org.languagetool.rules.ngrams with parameters of type ConfusionPairModifier and TypeMethodDescriptionvoid
ConfusionProbabilityRule.setConfusionPair
(ConfusionPair pair) Deprecated.used only for tests