Uses of Class
org.languagetool.rules.ngrams.NgramProbabilityRule.Alternative
Packages that use NgramProbabilityRule.Alternative
-
Uses of NgramProbabilityRule.Alternative in org.languagetool.rules.ngrams
Fields in org.languagetool.rules.ngrams with type parameters of type NgramProbabilityRule.AlternativeModifier and TypeFieldDescription(package private) final List<NgramProbabilityRule.Alternative> NgramProbabilityRule.Alternatives.alternativesMethods in org.languagetool.rules.ngrams that return types with arguments of type NgramProbabilityRule.AlternativeModifier and TypeMethodDescriptionprivate Optional<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.AlternativeModifierConstructorDescription(package private)Alternatives(List<NgramProbabilityRule.Alternative> alternatives, boolean alternativesConsidered)