public static enum StanfordNamedEntityExtractor.Model extends java.lang.Enum<StanfordNamedEntityExtractor.Model>
| Enum Constant and Description |
|---|
ENGLISH_ALL_3CLASS |
ENGLISH_CONLL_4CLASS |
GERMAN_DEWAC |
SPANISH_ANCORA |
| Modifier and Type | Method and Description |
|---|---|
static StanfordNamedEntityExtractor.Model |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StanfordNamedEntityExtractor.Model[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StanfordNamedEntityExtractor.Model ENGLISH_ALL_3CLASS
public static final StanfordNamedEntityExtractor.Model ENGLISH_CONLL_4CLASS
public static final StanfordNamedEntityExtractor.Model SPANISH_ANCORA
public static final StanfordNamedEntityExtractor.Model GERMAN_DEWAC
public static StanfordNamedEntityExtractor.Model[] values()
for (StanfordNamedEntityExtractor.Model c : StanfordNamedEntityExtractor.Model.values()) System.out.println(c);
public static StanfordNamedEntityExtractor.Model valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.