Package | Description |
---|---|
org.languagetool.rules.uk |
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
int |
InflectionHelper.Inflection.compareTo(InflectionHelper.Inflection o) |
boolean |
InflectionHelper.Inflection.equalsIgnoreGender(InflectionHelper.Inflection other) |