public static enum LSTMBreakEngine.EmbeddingType extends Enum<LSTMBreakEngine.EmbeddingType>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
CODE_POINTS |
GRAPHEME_CLUSTER |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static LSTMBreakEngine.EmbeddingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LSTMBreakEngine.EmbeddingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LSTMBreakEngine.EmbeddingType UNKNOWN
public static final LSTMBreakEngine.EmbeddingType CODE_POINTS
public static final LSTMBreakEngine.EmbeddingType GRAPHEME_CLUSTER
public static LSTMBreakEngine.EmbeddingType[] values()
public static LSTMBreakEngine.EmbeddingType 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 null