Uses of Class
org.languagetool.rules.uk.VerbInflectionHelper.Inflection
Packages that use VerbInflectionHelper.Inflection
-
Uses of VerbInflectionHelper.Inflection in org.languagetool.rules.uk
Fields in org.languagetool.rules.uk with type parameters of type VerbInflectionHelper.InflectionModifier and TypeFieldDescription(package private) List<VerbInflectionHelper.Inflection> TokenAgreementVerbNounRule.State.nounAdjNazInflectionsMethods in org.languagetool.rules.uk that return types with arguments of type VerbInflectionHelper.InflectionModifier and TypeMethodDescription(package private) static List<VerbInflectionHelper.Inflection> VerbInflectionHelper.getAdjInflections(List<AnalyzedToken> nounTokenReadings) (package private) static List<VerbInflectionHelper.Inflection> VerbInflectionHelper.getNounInflections(List<AnalyzedToken> nounTokenReadings) (package private) static List<VerbInflectionHelper.Inflection> VerbInflectionHelper.getVerbInflections(List<AnalyzedToken> nounTokenReadings) Methods in org.languagetool.rules.uk with parameters of type VerbInflectionHelper.InflectionModifier and TypeMethodDescriptionintVerbInflectionHelper.Inflection.compareTo(VerbInflectionHelper.Inflection o) Method parameters in org.languagetool.rules.uk with type arguments of type VerbInflectionHelper.InflectionModifier and TypeMethodDescriptionprivate static booleanTokenAgreementVerbNounExceptionHelper.agrees(AnalyzedTokenReadings verbTokenReadings, List<VerbInflectionHelper.Inflection> nounAdjNazInflections, List<AnalyzedToken> nounAdjIndirTokenReadings) private static StringTokenAgreementNounVerbRule.formatInflections(List<VerbInflectionHelper.Inflection> inflections, boolean noun) static booleanTokenAgreementNounVerbExceptionHelper.isException(AnalyzedTokenReadings[] tokens, int nounPos, int verbPos, List<VerbInflectionHelper.Inflection> nounInflections, List<VerbInflectionHelper.Inflection> verbInflections, List<AnalyzedToken> nounTokenReadings, List<AnalyzedToken> verbTokenReadings) static booleanTokenAgreementVerbNounExceptionHelper.isException(AnalyzedTokenReadings[] tokens, TokenAgreementVerbNounRule.State state, List<VerbInflectionHelper.Inflection> verbInflections, List<VerbInflectionHelper.Inflection> nounAdjInflections, List<AnalyzedToken> verbTokenReadings, List<AnalyzedToken> nounTokenReadings)