|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NullValues.NullValueId | |
---|---|
org.maltparser.core.symbol | Contains classes for handling different kinds of symbols (e.g., word forms, root labels and parser actions). |
org.maltparser.core.symbol.nullvalue | MaltParser has the possibility of distinguishing between different kinds of null-values when extracting the feature vector. |
org.maltparser.core.symbol.trie | Provides classes for handling different kinds of symbols as trie data structure. |
Uses of NullValues.NullValueId in org.maltparser.core.symbol |
---|
Methods in org.maltparser.core.symbol with parameters of type NullValues.NullValueId | |
---|---|
int |
SymbolTable.getNullValueCode(NullValues.NullValueId nullValueIdentifier)
|
String |
SymbolTable.getNullValueSymbol(NullValues.NullValueId nullValueIdentifier)
|
Uses of NullValues.NullValueId in org.maltparser.core.symbol.nullvalue |
---|
Fields in org.maltparser.core.symbol.nullvalue with type parameters of type NullValues.NullValueId | |
---|---|
protected HashMap<NullValues.NullValueId,Integer> |
NullValues.nullValue2CodeMap
|
protected HashMap<NullValues.NullValueId,String> |
NullValues.nullValue2SymbolMap
|
Methods in org.maltparser.core.symbol.nullvalue that return NullValues.NullValueId | |
---|---|
static NullValues.NullValueId |
NullValues.NullValueId.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NullValues.NullValueId[] |
NullValues.NullValueId.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.maltparser.core.symbol.nullvalue with parameters of type NullValues.NullValueId | |
---|---|
int |
NullValues.nullvalueToCode(NullValues.NullValueId nullValueIdentifier)
|
String |
NullValues.nullvalueToSymbol(NullValues.NullValueId nullValueIdentifier)
|
Uses of NullValues.NullValueId in org.maltparser.core.symbol.trie |
---|
Methods in org.maltparser.core.symbol.trie with parameters of type NullValues.NullValueId | |
---|---|
int |
TrieSymbolTable.getNullValueCode(NullValues.NullValueId nullValueIdentifier)
|
String |
TrieSymbolTable.getNullValueSymbol(NullValues.NullValueId nullValueIdentifier)
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |