Uses of Enum
org.languagetool.rules.de.AgreementRule.GrammarCategory
Packages that use AgreementRule.GrammarCategory
-
Uses of AgreementRule.GrammarCategory in org.languagetool.rules.de
Methods in org.languagetool.rules.de that return AgreementRule.GrammarCategoryModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AgreementRule.GrammarCategory[]
AgreementRule.GrammarCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.languagetool.rules.de with parameters of type AgreementRule.GrammarCategoryModifier and TypeMethodDescriptionprivate boolean
AgreementRule.agreementWithCategoryRelaxation
(org.languagetool.AnalyzedTokenReadings token1, org.languagetool.AnalyzedTokenReadings token2, AgreementRule.GrammarCategory categoryToRelax) Method parameters in org.languagetool.rules.de with type arguments of type AgreementRule.GrammarCategoryModifier and TypeMethodDescriptionAgreementTools.getAgreementCategories
(org.languagetool.AnalyzedTokenReadings aToken, Set<AgreementRule.GrammarCategory> omit, boolean skipSol) Return Kasus, Numerus, Genus of those forms with a determiner.private static String
AgreementTools.makeString
(GermanToken.Kasus casus, GermanToken.Numerus num, GermanToken.Genus gen, GermanToken.Determination determination, Set<AgreementRule.GrammarCategory> omit)