| Modifier and Type | Field and Description |
|---|---|
marmot.morph.mapper.czech.PdtMorphTag.Case |
case_ |
marmot.morph.mapper.czech.PdtMorphTag.Degree |
degree_ |
marmot.morph.mapper.czech.PdtMorphTag.Gender |
gender_ |
marmot.morph.mapper.czech.PdtMorphTag.Negation |
negation_ |
marmot.morph.mapper.czech.PdtMorphTag.Number |
number_ |
marmot.morph.mapper.czech.PdtMorphTag.Person |
person_ |
marmot.morph.mapper.czech.PdtMorphTag.Pos |
pos_ |
marmot.morph.mapper.czech.PdtMorphTag.Tense |
tense_ |
marmot.morph.mapper.czech.PdtMorphTag.Type |
type_ |
marmot.morph.mapper.czech.PdtMorphTag.Voice |
voice_ |
| Constructor and Description |
|---|
PdtMorphTag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toHumanMorphString() |
java.lang.String |
toPosString() |
public marmot.morph.mapper.czech.PdtMorphTag.Pos pos_
public marmot.morph.mapper.czech.PdtMorphTag.Tense tense_
public marmot.morph.mapper.czech.PdtMorphTag.Person person_
public marmot.morph.mapper.czech.PdtMorphTag.Number number_
public marmot.morph.mapper.czech.PdtMorphTag.Type type_
public marmot.morph.mapper.czech.PdtMorphTag.Gender gender_
public marmot.morph.mapper.czech.PdtMorphTag.Case case_
public marmot.morph.mapper.czech.PdtMorphTag.Degree degree_
public marmot.morph.mapper.czech.PdtMorphTag.Negation negation_
public marmot.morph.mapper.czech.PdtMorphTag.Voice voice_
public java.lang.String toHumanMorphString()
toHumanMorphString in interface MorphTagpublic java.lang.String toPosString()
toPosString in interface MorphTagpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object