Package org.languagetool.rules.uk
Class InflectionHelper
java.lang.Object
org.languagetool.rules.uk.InflectionHelper
- Since:
- 3.6
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<InflectionHelper.Inflection> getAdjInflections(List<AnalyzedToken> adjTokenReadings) static List<InflectionHelper.Inflection> getAdjInflections(List<AnalyzedToken> adjTokenReadings, String postagStart) (package private) static List<InflectionHelper.Inflection> getNounInflections(List<AnalyzedToken> nounTokenReadings) static List<InflectionHelper.Inflection> getNounInflections(List<AnalyzedToken> nounTokenReadings, Pattern ignoreTag) static List<InflectionHelper.Inflection> getNumrInflections(List<AnalyzedToken> adjTokenReadings)
-
Field Details
-
GEN_ORDER
-
VIDM_ORDER
-
-
Constructor Details
-
InflectionHelper
private InflectionHelper()
-
-
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
-
getNounInflections
public static List<InflectionHelper.Inflection> getNounInflections(List<AnalyzedToken> nounTokenReadings, Pattern ignoreTag)
-