public static enum CorpusInfo.Corpus extends Enum<CorpusInfo.Corpus>
| Enum Constant and Description |
|---|
ARABIC_1000k |
ARABIC_10k |
ARABIC_1500k |
ARABIC_150k |
ARABIC_5000k |
ARABIC_500k |
ARABIC_50k |
ARABIC_LARGE |
ARABIC_SMALL |
CZECH_WMT08 |
GERMAN_TINY |
HANSARDS |
| Modifier and Type | Method and Description |
|---|---|
static CorpusInfo.Corpus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorpusInfo.Corpus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorpusInfo.Corpus HANSARDS
public static final CorpusInfo.Corpus ARABIC_SMALL
public static final CorpusInfo.Corpus ARABIC_10k
public static final CorpusInfo.Corpus ARABIC_50k
public static final CorpusInfo.Corpus ARABIC_150k
public static final CorpusInfo.Corpus ARABIC_500k
public static final CorpusInfo.Corpus ARABIC_1000k
public static final CorpusInfo.Corpus ARABIC_1500k
public static final CorpusInfo.Corpus ARABIC_5000k
public static final CorpusInfo.Corpus ARABIC_LARGE
public static final CorpusInfo.Corpus CZECH_WMT08
public static final CorpusInfo.Corpus GERMAN_TINY
public static CorpusInfo.Corpus[] values()
for (CorpusInfo.Corpus c : CorpusInfo.Corpus.values()) System.out.println(c);
public static CorpusInfo.Corpus 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 © 2015. All rights reserved.