Package | Description |
---|---|
org.dkpro.tc.api.features |
Modifier and Type | Method and Description |
---|---|
FeatureType |
Feature.getType() |
static FeatureType |
FeatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureType[] |
FeatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Feature(String name,
Object value,
boolean isDefaultValue,
FeatureType type)
Creates a feature that is aware if the value is a default value.
|
Feature(String name,
Object value,
FeatureType type) |
Copyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.