public static enum TokenMerger.LemmaMode extends Enum<TokenMerger.LemmaMode>
Modifier and Type | Method and Description |
---|---|
static TokenMerger.LemmaMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenMerger.LemmaMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenMerger.LemmaMode JOIN
public static final TokenMerger.LemmaMode REMOVE
public static final TokenMerger.LemmaMode LEAVE
public static TokenMerger.LemmaMode[] values()
for (TokenMerger.LemmaMode c : TokenMerger.LemmaMode.values()) System.out.println(c);
public static TokenMerger.LemmaMode 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.