org.languagetool.tagging.de
Class GermanToken.POSType

java.lang.Object
  extended by org.languagetool.tagging.de.GermanToken.POSType
Enclosing class:
GermanToken

public static final class GermanToken.POSType
extends Object


Field Summary
static GermanToken.POSType ADJEKTIV
           
static GermanToken.POSType DETERMINER
           
static GermanToken.POSType NOMEN
           
static GermanToken.POSType OTHER
           
static GermanToken.POSType PARTIZIP
           
static GermanToken.POSType PRONOMEN
           
static GermanToken.POSType PROPER_NOUN
           
static GermanToken.POSType VERB
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOMEN

public static final GermanToken.POSType NOMEN

VERB

public static final GermanToken.POSType VERB

ADJEKTIV

public static final GermanToken.POSType ADJEKTIV

DETERMINER

public static final GermanToken.POSType DETERMINER

PRONOMEN

public static final GermanToken.POSType PRONOMEN

PARTIZIP

public static final GermanToken.POSType PARTIZIP

PROPER_NOUN

public static final GermanToken.POSType PROPER_NOUN

OTHER

public static final GermanToken.POSType OTHER
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.