Uses of Class
org.languagetool.rules.ConfusionPair
-
Packages that use ConfusionPair Package Description org.languagetool.rules org.languagetool.rules.ngrams -
-
Uses of ConfusionPair in org.languagetool.rules
Methods in org.languagetool.rules that return types with arguments of type ConfusionPair Modifier and Type Method Description Map<String,List<ConfusionPair>>
ConfusionSetLoader. loadConfusionPairs(InputStream stream)
-
Uses of ConfusionPair in org.languagetool.rules.ngrams
Methods in org.languagetool.rules.ngrams with parameters of type ConfusionPair Modifier and Type Method Description void
ConfusionProbabilityRule. setConfusionPair(ConfusionPair pair)
Deprecated.used only for tests
-