eu.clarin.weblicht.wlfxb.tc.xb
Enum TextCorpusLayerTag
java.lang.Object
java.lang.Enum<TextCorpusLayerTag>
eu.clarin.weblicht.wlfxb.tc.xb.TextCorpusLayerTag
- All Implemented Interfaces:
- Serializable, Comparable<TextCorpusLayerTag>
public enum TextCorpusLayerTag
- extends Enum<TextCorpusLayerTag>
TEXT
public static final TextCorpusLayerTag TEXT
TOKENS
public static final TextCorpusLayerTag TOKENS
SENTENCES
public static final TextCorpusLayerTag SENTENCES
LEMMAS
public static final TextCorpusLayerTag LEMMAS
POSTAGS
public static final TextCorpusLayerTag POSTAGS
MORPHOLOGY
public static final TextCorpusLayerTag MORPHOLOGY
PARSING_CONSTITUENT
public static final TextCorpusLayerTag PARSING_CONSTITUENT
PARSING_DEPENDENCY
public static final TextCorpusLayerTag PARSING_DEPENDENCY
RELATIONS
@Deprecated
public static final TextCorpusLayerTag RELATIONS
- Deprecated.
NAMED_ENTITIES
public static final TextCorpusLayerTag NAMED_ENTITIES
REFERENCES
public static final TextCorpusLayerTag REFERENCES
SYNONYMY
public static final TextCorpusLayerTag SYNONYMY
ANTONYMY
public static final TextCorpusLayerTag ANTONYMY
HYPONYMY
public static final TextCorpusLayerTag HYPONYMY
HYPERONYMY
public static final TextCorpusLayerTag HYPERONYMY
WORD_SPLITTINGS
public static final TextCorpusLayerTag WORD_SPLITTINGS
PHONETICS
public static final TextCorpusLayerTag PHONETICS
GEO
public static final TextCorpusLayerTag GEO
ORTHOGRAPHY
public static final TextCorpusLayerTag ORTHOGRAPHY
TEXT_STRUCTURE
public static final TextCorpusLayerTag TEXT_STRUCTURE
DISCOURSE_CONNECTIVES
public static final TextCorpusLayerTag DISCOURSE_CONNECTIVES
CORPUS_MATCHES
public static final TextCorpusLayerTag CORPUS_MATCHES
values
public static TextCorpusLayerTag[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TextCorpusLayerTag c : TextCorpusLayerTag.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TextCorpusLayerTag valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getXmlName
public final String getXmlName()
getLayerClass
public final Class<? extends TextCorpusLayer> getLayerClass()
getFromXmlName
public static TextCorpusLayerTag getFromXmlName(String xmlName)
orderedLayerTags
public static List<TextCorpusLayerTag> orderedLayerTags()
getFromClass
public static TextCorpusLayerTag getFromClass(Class<? extends TextCorpusLayer> cl)
withDependentLayers
public EnumSet<TextCorpusLayerTag> withDependentLayers()
Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.