Uses of Class
org.languagetool.rules.de.AgreementRule.GrammarCategory
-
Packages that use AgreementRule.GrammarCategory Package Description org.languagetool.rules.de -
-
Uses of AgreementRule.GrammarCategory in org.languagetool.rules.de
Methods in org.languagetool.rules.de that return AgreementRule.GrammarCategory Modifier and Type Method Description static AgreementRule.GrammarCategory
AgreementRule.GrammarCategory. valueOf(java.lang.String name)
Returns 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.GrammarCategory Modifier and Type Method Description private 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.GrammarCategory Modifier and Type Method Description (package private) static java.util.Set<java.lang.String>
AgreementTools. getAgreementCategories(org.languagetool.AnalyzedTokenReadings aToken, java.util.Set<AgreementRule.GrammarCategory> omit, boolean skipSol)
Return Kasus, Numerus, Genus of those forms with a determiner.private static java.lang.String
AgreementTools. makeString(GermanToken.Kasus casus, GermanToken.Numerus num, GermanToken.Genus gen, GermanToken.Determination determination, java.util.Set<AgreementRule.GrammarCategory> omit)
-