|
MaltParser 1.6.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataFormatSpecification | |
|---|---|
| org.maltparser | Is the parent package of the entire MaltParser and contains the application class and a console engine of MaltParser. |
| org.maltparser.core.io.dataformat | Contains classes for describing the data format, such as CoNLL shared task format and Malt-TAB format. |
| Uses of DataFormatSpecification in org.maltparser |
|---|
| Methods in org.maltparser that return DataFormatSpecification | |
|---|---|
DataFormatSpecification |
MaltParserService.readDataFormatSpecification(String dataFormatFileName)
Reads the data format specification file |
| Methods in org.maltparser with parameters of type DataFormatSpecification | |
|---|---|
DependencyStructure |
MaltParserService.toDependencyStructure(String[] tokens,
DataFormatSpecification dataFormatSpecification)
Converts an array of tokens to a dependency structure |
| Uses of DataFormatSpecification in org.maltparser.core.io.dataformat |
|---|
| Methods in org.maltparser.core.io.dataformat that return DataFormatSpecification | |
|---|---|
DataFormatSpecification |
DataFormatInstance.getDataFormarSpec()
|
DataFormatSpecification |
DataFormatManager.getDataFormatSpec(String name)
|
DataFormatSpecification |
DataFormatManager.getInputDataFormatSpec()
|
DataFormatSpecification |
DataFormatManager.getOutputDataFormatSpec()
|
DataFormatSpecification |
DataFormatManager.loadDataFormat(URL dataFormatUrl)
|
| Methods in org.maltparser.core.io.dataformat with parameters of type DataFormatSpecification | |
|---|---|
void |
DataFormatManager.setInputDataFormatSpec(DataFormatSpecification inputDataFormatSpec)
|
void |
DataFormatManager.setOutputDataFormatSpec(DataFormatSpecification outputDataFormatSpec)
|
| Constructors in org.maltparser.core.io.dataformat with parameters of type DataFormatSpecification | |
|---|---|
DataFormatInstance(Map<String,DataFormatEntry> entries,
SymbolTableHandler symbolTables,
String nullValueStrategy,
DataFormatSpecification spec)
|
|
|
MaltParser 1.6.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||