Uses of Class
org.languagetool.rules.ngrams.NgramProbabilityRule.Alternative
-
Packages that use NgramProbabilityRule.Alternative Package Description org.languagetool.rules.ngrams -
-
Uses of NgramProbabilityRule.Alternative in org.languagetool.rules.ngrams
Fields in org.languagetool.rules.ngrams with type parameters of type NgramProbabilityRule.Alternative Modifier and Type Field Description (package private) java.util.List<NgramProbabilityRule.Alternative>
NgramProbabilityRule.Alternatives. alternatives
Methods in org.languagetool.rules.ngrams that return types with arguments of type NgramProbabilityRule.Alternative Modifier and Type Method Description private java.util.Optional<java.util.List<NgramProbabilityRule.Alternative>>
NgramProbabilityRule. getBetterAlternatives(NgramProbabilityRule.Replacement replacement, GoogleToken prevToken, GoogleToken token, GoogleToken next, Probability p)
Constructor parameters in org.languagetool.rules.ngrams with type arguments of type NgramProbabilityRule.Alternative Constructor Description Alternatives(java.util.List<NgramProbabilityRule.Alternative> alternatives, boolean alternativesConsidered)
-