Uses of Class
org.languagetool.tagging.de.GermanToken.POSType
-
Packages that use GermanToken.POSType Package Description org.languagetool.rules.de org.languagetool.tagging.de -
-
Uses of GermanToken.POSType in org.languagetool.rules.de
Methods in org.languagetool.rules.de with parameters of type GermanToken.POSType Modifier and Type Method Description static booleanGermanHelper. hasReadingOfType(org.languagetool.AnalyzedTokenReadings tokenReadings, GermanToken.POSType type) -
Uses of GermanToken.POSType in org.languagetool.tagging.de
Fields in org.languagetool.tagging.de declared as GermanToken.POSType Modifier and Type Field Description static GermanToken.POSTypeGermanToken.POSType. ADJEKTIVstatic GermanToken.POSTypeGermanToken.POSType. DETERMINERstatic GermanToken.POSTypeGermanToken.POSType. NOMENstatic GermanToken.POSTypeGermanToken.POSType. OTHERstatic GermanToken.POSTypeGermanToken.POSType. PARTIZIPstatic GermanToken.POSTypeGermanToken.POSType. PRONOMENstatic GermanToken.POSTypeGermanToken.POSType. PROPER_NOUNprivate GermanToken.POSTypeAnalyzedGermanToken. typestatic GermanToken.POSTypeGermanToken.POSType. VERBMethods in org.languagetool.tagging.de that return GermanToken.POSType Modifier and Type Method Description @Nullable GermanToken.POSTypeAnalyzedGermanToken. getType()
-