Uses of Enum
org.languagetool.tagging.disambiguation.rules.DisambiguationPatternRule.DisambiguatorAction
Packages that use DisambiguationPatternRule.DisambiguatorAction
-
Uses of DisambiguationPatternRule.DisambiguatorAction in org.languagetool.tagging.disambiguation.rules
Fields in org.languagetool.tagging.disambiguation.rules declared as DisambiguationPatternRule.DisambiguatorActionModifier and TypeFieldDescriptionprivate final DisambiguationPatternRule.DisambiguatorAction
DisambiguationPatternRule.disAction
DisambiguationRuleHandler.disambigAction
Methods in org.languagetool.tagging.disambiguation.rules that return DisambiguationPatternRule.DisambiguatorActionModifier and TypeMethodDescriptionDisambiguationPatternRule.getAction()
Returns the enum constant of this type with the specified name.DisambiguationPatternRule.DisambiguatorAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.languagetool.tagging.disambiguation.rules with parameters of type DisambiguationPatternRule.DisambiguatorActionModifierConstructorDescriptionDisambiguationPatternRule
(String id, String description, Language language, List<PatternToken> patternTokens, String disambiguatedPOS, Match posSelect, DisambiguationPatternRule.DisambiguatorAction disambAction)