Package | Description |
---|---|
org.maltparser.core.io.dataformat |
Contains classes for describing the data format, such as CoNLL shared task format and Malt-TAB format.
|
Modifier and Type | Method and Description |
---|---|
DataFormatSpecification.DataStructure |
DataFormatSpecification.getDataStructure() |
static DataFormatSpecification.DataStructure |
DataFormatSpecification.DataStructure.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataFormatSpecification.DataStructure[] |
DataFormatSpecification.DataStructure.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.