| Modifier and Type | Class and Description |
|---|---|
static class |
ItMorphTag.CaseNumber |
static class |
ItMorphTag.Composition |
static class |
ItMorphTag.FlexionalCategory |
static class |
ItMorphTag.FlexionalType |
static class |
ItMorphTag.FormalVariation |
static class |
ItMorphTag.GenderNumberPerson |
static class |
ItMorphTag.Mood |
static class |
ItMorphTag.NominalsDegree |
static class |
ItMorphTag.ParticipialsDegree |
static class |
ItMorphTag.Tense |
| Modifier and Type | Field and Description |
|---|---|
ItMorphTag.CaseNumber |
case_number |
ItMorphTag.Composition |
composition_ |
ItMorphTag.FlexionalCategory |
flexional_category_ |
ItMorphTag.FlexionalType |
flexional_type_ |
ItMorphTag.FormalVariation |
formal_variation_ |
ItMorphTag.GenderNumberPerson |
gender_number_person_ |
marmot.morph.mapper.latin.ItMorphTag.GraphicalVariation |
graphical_variation_ |
ItMorphTag.Mood |
mood_ |
ItMorphTag.NominalsDegree |
nominals_degree_ |
ItMorphTag.ParticipialsDegree |
participials_degree_ |
ItMorphTag.Tense |
tense_ |
static boolean |
VERBOSE |
| Constructor and Description |
|---|
ItMorphTag() |
| Modifier and Type | Method and Description |
|---|---|
static MorphTag |
parseString(java.lang.String tag_string) |
static ItMorphTag.FlexionalType |
stringToFlexionalType(java.lang.String string) |
java.lang.String |
toHumanMorphString() |
java.lang.String |
toPosString() |
public static boolean VERBOSE
public ItMorphTag.FlexionalType flexional_type_
public ItMorphTag.FlexionalCategory flexional_category_
public ItMorphTag.Mood mood_
public ItMorphTag.Tense tense_
public ItMorphTag.ParticipialsDegree participials_degree_
public ItMorphTag.CaseNumber case_number
public ItMorphTag.Composition composition_
public ItMorphTag.FormalVariation formal_variation_
public marmot.morph.mapper.latin.ItMorphTag.GraphicalVariation graphical_variation_
public ItMorphTag.GenderNumberPerson gender_number_person_
public ItMorphTag.NominalsDegree nominals_degree_
public static MorphTag parseString(java.lang.String tag_string)
public static ItMorphTag.FlexionalType stringToFlexionalType(java.lang.String string)
public java.lang.String toHumanMorphString()
toHumanMorphString in interface MorphTagpublic java.lang.String toPosString()
toPosString in interface MorphTag