public class InflectionHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InflectionHelper.Inflection |
Modifier and Type | Method and Description |
---|---|
static 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) |
public static List<InflectionHelper.Inflection> getAdjInflections(List<AnalyzedToken> adjTokenReadings)
public static List<InflectionHelper.Inflection> getNumrInflections(List<AnalyzedToken> adjTokenReadings)
public static List<InflectionHelper.Inflection> getAdjInflections(List<AnalyzedToken> adjTokenReadings, String postagStart)
public static List<InflectionHelper.Inflection> getNounInflections(List<AnalyzedToken> nounTokenReadings, Pattern ignoreTag)