Package org.languagetool.tagging.de
Class AnalyzedGermanToken
- java.lang.Object
-
- org.languagetool.tagging.de.AnalyzedGermanToken
-
public class AnalyzedGermanToken extends java.lang.ObjectOne 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
Fields Modifier and Type Field Description private GermanToken.Kasuscasusprivate GermanToken.Determinationdeterminationprivate GermanToken.Genusgenusprivate GermanToken.Numerusnumerusprivate GermanToken.POSTypetype
-
Constructor Summary
Constructors Constructor Description AnalyzedGermanToken(org.languagetool.AnalyzedToken token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable GermanToken.KasusgetCasus()@Nullable GermanToken.DeterminationgetDetermination()@Nullable GermanToken.GenusgetGenus()@Nullable GermanToken.NumerusgetNumerus()@Nullable GermanToken.POSTypegetType()
-
-
-
Field Detail
-
type
private final GermanToken.POSType type
-
casus
private final GermanToken.Kasus casus
-
numerus
private final GermanToken.Numerus numerus
-
genus
private final GermanToken.Genus genus
-
determination
private final GermanToken.Determination determination
-
-
Method Detail
-
getType
@Nullable public @Nullable GermanToken.POSType getType()
-
getCasus
@Nullable public @Nullable GermanToken.Kasus getCasus()
-
getNumerus
@Nullable public @Nullable GermanToken.Numerus getNumerus()
-
getGenus
@Nullable public @Nullable GermanToken.Genus getGenus()
-
getDetermination
@Nullable public @Nullable GermanToken.Determination getDetermination()
- Since:
- 3.2
-
-