public static enum SharpCorpusSplit.Subcorpus extends Enum<SharpCorpusSplit.Subcorpus>
Modifier and Type | Method and Description |
---|---|
static SharpCorpusSplit.Subcorpus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharpCorpusSplit.Subcorpus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharpCorpusSplit.Subcorpus TRAIN
public static final SharpCorpusSplit.Subcorpus TEST
public static final SharpCorpusSplit.Subcorpus DEV
public static final SharpCorpusSplit.Subcorpus CROSSVAL
public static SharpCorpusSplit.Subcorpus[] values()
for (SharpCorpusSplit.Subcorpus c : SharpCorpusSplit.Subcorpus.values()) System.out.println(c);
public static SharpCorpusSplit.Subcorpus 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 © 2012-2017 The Apache Software Foundation. All Rights Reserved.