org.maltparser.core.io.dataformat
Class DataFormatManager
java.lang.Object
   org.maltparser.core.io.dataformat.DataFormatManager
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()
- 
 
getDataFormatSpec
public DataFormatSpecification getDataFormatSpec(String name)
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.