Package org.languagetool.rules.uk
Class InflectionHelper
java.lang.Object
org.languagetool.rules.uk.InflectionHelper
- Since:
- 3.6
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic List<InflectionHelper.Inflection>getAdjInflections(List<AnalyzedToken> adjTokenReadings) static List<InflectionHelper.Inflection>getAdjInflections(List<AnalyzedToken> adjTokenReadings, String postagStart) static List<InflectionHelper.Inflection>getNounInflections(List<AnalyzedToken> nounTokenReadings, Pattern ignoreTag) static List<InflectionHelper.Inflection>getNumrInflections(List<AnalyzedToken> adjTokenReadings)
-
Method Details
-
getAdjInflections
public static List<InflectionHelper.Inflection> getAdjInflections(List<AnalyzedToken> adjTokenReadings) -
getNumrInflections
public static List<InflectionHelper.Inflection> getNumrInflections(List<AnalyzedToken> adjTokenReadings) -
getAdjInflections
public static List<InflectionHelper.Inflection> getAdjInflections(List<AnalyzedToken> adjTokenReadings, String postagStart) -
getNounInflections
public static List<InflectionHelper.Inflection> getNounInflections(List<AnalyzedToken> nounTokenReadings, Pattern ignoreTag)
-