Package | Description |
---|---|
org.maltparser.core.symbol.nullvalue |
MaltParser has the possibility of distinguishing between different kinds of null-values when extracting the feature
vector.
|
Modifier and Type | Field and Description |
---|---|
protected NullValues.NullValueDegree |
NullValues.nullValueEncoding |
Modifier and Type | Method and Description |
---|---|
NullValues.NullValueDegree |
NullValues.getNullValueEncoding() |
static NullValues.NullValueDegree |
NullValues.NullValueDegree.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NullValues.NullValueDegree[] |
NullValues.NullValueDegree.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.