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) 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)