public enum SurfaceFormLevel extends Enum<SurfaceFormLevel>
TextDocument class. Used for retrieving certain types
 of texts.| Enum Constant and Description | 
|---|
POS_TAGGED  | 
RAW  | 
STEMMED  | 
| Modifier and Type | Method and Description | 
|---|---|
static SurfaceFormLevel | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SurfaceFormLevel[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SurfaceFormLevel RAW
public static final SurfaceFormLevel POS_TAGGED
public static final SurfaceFormLevel STEMMED
public static SurfaceFormLevel[] values()
for (SurfaceFormLevel c : SurfaceFormLevel.values()) System.out.println(c);
public static SurfaceFormLevel 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
 DL-Learner is licenced 						under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann