org.maltparser.core.io.dataformat
Class DataFormatManager
java.lang.Object
org.maltparser.core.io.dataformat.DataFormatManager
public class DataFormatManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataFormatManager
public DataFormatManager(URL inputFormatUrl,
URL outputFormatUrl)
throws MaltChainedException
- Throws:
MaltChainedException
loadDataFormat
public DataFormatSpecification loadDataFormat(URL dataFormatUrl)
throws MaltChainedException
- Throws:
MaltChainedException
getInputDataFormatSpec
public DataFormatSpecification getInputDataFormatSpec()
getOutputDataFormatSpec
public DataFormatSpecification getOutputDataFormatSpec()
setInputDataFormatSpec
public void setInputDataFormatSpec(DataFormatSpecification inputDataFormatSpec)
setOutputDataFormatSpec
public void setOutputDataFormatSpec(DataFormatSpecification outputDataFormatSpec)
getDataFormatSpec
public DataFormatSpecification getDataFormatSpec(String name)
Copyright 2007-2012 Johan Hall, Jens Nilsson and Joakim Nivre.