| Modifier and Type | Class and Description |
|---|---|
static class |
LdtMorphTag.Case |
static class |
LdtMorphTag.Degree |
static class |
LdtMorphTag.Gender |
static class |
LdtMorphTag.Mood |
static class |
LdtMorphTag.Number |
static class |
LdtMorphTag.Person |
static class |
LdtMorphTag.Pos |
static class |
LdtMorphTag.Tense |
static class |
LdtMorphTag.Voice |
| Modifier and Type | Field and Description |
|---|---|
LdtMorphTag.Case |
case_ |
static int |
CaseIndex |
LdtMorphTag.Degree |
degree_ |
static int |
DegreeIndex |
LdtMorphTag.Gender |
gender_ |
static int |
GenderIndex |
LdtMorphTag.Mood |
mood_ |
static int |
MoodIndex |
LdtMorphTag.Number |
number_ |
static int |
NumberIndex |
LdtMorphTag.Person |
person_ |
static int |
PersonIndex |
LdtMorphTag.Pos |
pos_ |
static int |
PosIndex |
LdtMorphTag.Tense |
tense_ |
static int |
TenseIndex |
java.lang.Object |
voice_ |
static int |
VoiceIndex |
| Constructor and Description |
|---|
LdtMorphTag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
LdtMorphTag |
merge(LdtMorphTag other) |
static LdtMorphTag |
parseString(java.lang.String string) |
void |
reset() |
java.lang.String |
toHumanMorphString() |
java.lang.String |
toHumanString() |
java.lang.String |
toPosString() |
java.lang.String |
toString() |
public static final int PosIndex
public static final int PersonIndex
public static final int NumberIndex
public static final int TenseIndex
public static final int MoodIndex
public static final int VoiceIndex
public static final int GenderIndex
public static final int CaseIndex
public static final int DegreeIndex
public LdtMorphTag.Person person_
public LdtMorphTag.Number number_
public LdtMorphTag.Tense tense_
public java.lang.Object voice_
public LdtMorphTag.Mood mood_
public LdtMorphTag.Gender gender_
public LdtMorphTag.Pos pos_
public LdtMorphTag.Case case_
public LdtMorphTag.Degree degree_
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toHumanString()
public static LdtMorphTag parseString(java.lang.String string)
public LdtMorphTag merge(LdtMorphTag other)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void reset()
public java.lang.String toHumanMorphString()
toHumanMorphString in interface MorphTagpublic java.lang.String toPosString()
toPosString in interface MorphTag