MaltParser 1.5.1

Uses of Class
org.maltparser.core.io.dataformat.DataFormatSpecification

Packages that use DataFormatSpecification
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.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.5.1

Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.