public enum TextCorpusLayerTag extends Enum<TextCorpusLayerTag>
| Enum Constant and Description |
|---|
ANTONYMY |
CHUNKS |
CORPUS_MATCHES |
DISCOURSE_CONNECTIVES |
GEO |
HYPERONYMY |
HYPONYMY |
LEMMAS |
MORPHOLOGY |
NAMED_ENTITIES |
ORTHOGRAPHY |
PARSING_CONSTITUENT |
PARSING_DEPENDENCY |
PHONETICS |
POSTAGS |
REFERENCES |
RELATIONS
Deprecated.
|
SENTENCES |
SYNONYMY |
TEXT |
TEXT_SOURCE |
TEXT_STRUCTURE |
TOKENS |
WORD_SENSES |
WORD_SPLITTINGS |
| Modifier and Type | Method and Description |
|---|---|
static TextCorpusLayerTag |
getFromClass(Class<? extends TextCorpusLayer> cl) |
static TextCorpusLayerTag |
getFromXmlName(String xmlName) |
Class<? extends TextCorpusLayer> |
getLayerClass() |
String |
getXmlName() |
static List<TextCorpusLayerTag> |
orderedLayerTags() |
static TextCorpusLayerTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextCorpusLayerTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
EnumSet<TextCorpusLayerTag> |
withDependentLayers() |
public static final TextCorpusLayerTag TEXT
public static final TextCorpusLayerTag TOKENS
public static final TextCorpusLayerTag SENTENCES
public static final TextCorpusLayerTag LEMMAS
public static final TextCorpusLayerTag POSTAGS
public static final TextCorpusLayerTag MORPHOLOGY
public static final TextCorpusLayerTag PARSING_CONSTITUENT
public static final TextCorpusLayerTag PARSING_DEPENDENCY
@Deprecated public static final TextCorpusLayerTag RELATIONS
public static final TextCorpusLayerTag NAMED_ENTITIES
public static final TextCorpusLayerTag CHUNKS
public static final TextCorpusLayerTag REFERENCES
public static final TextCorpusLayerTag SYNONYMY
public static final TextCorpusLayerTag ANTONYMY
public static final TextCorpusLayerTag HYPONYMY
public static final TextCorpusLayerTag HYPERONYMY
public static final TextCorpusLayerTag WORD_SPLITTINGS
public static final TextCorpusLayerTag PHONETICS
public static final TextCorpusLayerTag GEO
public static final TextCorpusLayerTag ORTHOGRAPHY
public static final TextCorpusLayerTag TEXT_STRUCTURE
public static final TextCorpusLayerTag DISCOURSE_CONNECTIVES
public static final TextCorpusLayerTag WORD_SENSES
public static final TextCorpusLayerTag CORPUS_MATCHES
public static final TextCorpusLayerTag TEXT_SOURCE
public static TextCorpusLayerTag[] values()
for (TextCorpusLayerTag c : TextCorpusLayerTag.values()) System.out.println(c);
public static TextCorpusLayerTag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final String getXmlName()
public final Class<? extends TextCorpusLayer> getLayerClass()
public static TextCorpusLayerTag getFromXmlName(String xmlName)
public static List<TextCorpusLayerTag> orderedLayerTags()
public static TextCorpusLayerTag getFromClass(Class<? extends TextCorpusLayer> cl)
public EnumSet<TextCorpusLayerTag> withDependentLayers()
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.