Class AnalyzedGermanToken
java.lang.Object
org.languagetool.tagging.de.AnalyzedGermanToken
One reading of a German word. Many words can have more
than one reading, e.g. "Tische" can be both Nominativ Plural
and Genitiv Plural (among other readings).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final GermanToken.Kasusprivate final GermanToken.Determinationprivate final GermanToken.Genusprivate final GermanToken.Numerusprivate final GermanToken.POSType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable GermanToken.KasusgetCasus()@Nullable GermanToken.Determination@Nullable GermanToken.GenusgetGenus()@Nullable GermanToken.Numerus@Nullable GermanToken.POSTypegetType()
-
Field Details
-
type
-
casus
-
numerus
-
genus
-
determination
-
-
Constructor Details
-
AnalyzedGermanToken
public AnalyzedGermanToken(org.languagetool.AnalyzedToken token)
-
-
Method Details
-
getType
-
getCasus
-
getNumerus
-
getGenus
-
getDetermination
- Since:
- 3.2
-