Uses of Class
org.languagetool.rules.uk.InflectionHelper.Inflection
Packages that use InflectionHelper.Inflection
-
Uses of InflectionHelper.Inflection in org.languagetool.rules.uk
Methods in org.languagetool.rules.uk that return types with arguments of type InflectionHelper.InflectionModifier and TypeMethodDescriptionstatic List<InflectionHelper.Inflection> InflectionHelper.getAdjInflections(List<AnalyzedToken> adjTokenReadings) static List<InflectionHelper.Inflection> InflectionHelper.getAdjInflections(List<AnalyzedToken> adjTokenReadings, String postagStart) (package private) static List<InflectionHelper.Inflection> InflectionHelper.getNounInflections(List<AnalyzedToken> nounTokenReadings) static List<InflectionHelper.Inflection> InflectionHelper.getNounInflections(List<AnalyzedToken> nounTokenReadings, Pattern ignoreTag) static List<InflectionHelper.Inflection> InflectionHelper.getNumrInflections(List<AnalyzedToken> adjTokenReadings) Methods in org.languagetool.rules.uk with parameters of type InflectionHelper.InflectionModifier and TypeMethodDescriptionintInflectionHelper.Inflection.compareTo(InflectionHelper.Inflection o) booleanInflectionHelper.Inflection.equalsIgnoreGender(InflectionHelper.Inflection other) Method parameters in org.languagetool.rules.uk with type arguments of type InflectionHelper.InflectionModifier and TypeMethodDescription(package private) static StringTokenAgreementAdjNounRule.formatInflections(List<InflectionHelper.Inflection> inflections, boolean adj) private static booleanTokenAgreementAdjNounExceptionHelper.genderMatches(List<InflectionHelper.Inflection> masterInflections, List<InflectionHelper.Inflection> slaveInflections, String masterCaseFilter, String slaveCaseFilter) private static booleanTokenAgreementAdjNounExceptionHelper.hasOverlapIgnoreGender(List<InflectionHelper.Inflection> masterInflections, List<InflectionHelper.Inflection> slaveInflections) private static booleanTokenAgreementAdjNounExceptionHelper.hasOverlapIgnoreGender(List<InflectionHelper.Inflection> masterInflections, List<InflectionHelper.Inflection> slaveInflections, String masterGenderFilter, String slaveGenderFilter) static booleanTokenAgreementAdjNounExceptionHelper.isException(AnalyzedTokenReadings[] tokens, int adjPos, int nounPos, List<InflectionHelper.Inflection> masterInflections, List<InflectionHelper.Inflection> slaveInflections, List<AnalyzedToken> adjTokenReadings, List<AnalyzedToken> slaveTokenReadings) static booleanTokenAgreementNumrNounExceptionHelper.isException(AnalyzedTokenReadings[] tokens, TokenAgreementNumrNounRule.State state, List<InflectionHelper.Inflection> numrInflections, List<InflectionHelper.Inflection> slaveInflections, List<AnalyzedToken> slaveTokenReadings)