public static enum OpenNlpNamedEntityRecognizerTrainer.SequenceEncoding extends Enum<OpenNlpNamedEntityRecognizerTrainer.SequenceEncoding>
Modifier and Type | Method and Description |
---|---|
static OpenNlpNamedEntityRecognizerTrainer.SequenceEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenNlpNamedEntityRecognizerTrainer.SequenceEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenNlpNamedEntityRecognizerTrainer.SequenceEncoding BIO
public static final OpenNlpNamedEntityRecognizerTrainer.SequenceEncoding BILOU
public static OpenNlpNamedEntityRecognizerTrainer.SequenceEncoding[] values()
for (OpenNlpNamedEntityRecognizerTrainer.SequenceEncoding c : OpenNlpNamedEntityRecognizerTrainer.SequenceEncoding.values()) System.out.println(c);
public static OpenNlpNamedEntityRecognizerTrainer.SequenceEncoding 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 nullCopyright © 2007–2019 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.