| 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 |
DataFormatInstance.getDataFormarSpec() |
DataFormatSpecification |
DataFormatManager.getDataFormatSpec(java.lang.String name) |
DataFormatSpecification |
DataFormatManager.getInputDataFormatSpec() |
DataFormatSpecification |
DataFormatManager.getOutputDataFormatSpec() |
DataFormatSpecification |
DataFormatManager.loadDataFormat(java.net.URL dataFormatUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFormatManager.setInputDataFormatSpec(DataFormatSpecification inputDataFormatSpec) |
void |
DataFormatManager.setOutputDataFormatSpec(DataFormatSpecification outputDataFormatSpec) |
| Constructor and Description |
|---|
DataFormatInstance(java.util.Map<java.lang.String,DataFormatEntry> entries,
SymbolTableHandler symbolTables,
java.lang.String nullValueStrategy,
DataFormatSpecification dataFormarSpec) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.