MaltParser 1.3

org.maltparser.core.io.dataformat
Class DataFormatManager

java.lang.Object
  extended by org.maltparser.core.io.dataformat.DataFormatManager

public class DataFormatManager
extends Object


Constructor Summary
DataFormatManager(String inputFormatName, String outputFormatName)
           
 
Method Summary
 DataFormatSpecification getDataFormatSpec(String name)
           
 DataFormatSpecification getInputDataFormatSpec()
           
 DataFormatSpecification getOutputDataFormatSpec()
           
 DataFormatSpecification loadDataFormat(String dataFormatName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFormatManager

public DataFormatManager(String inputFormatName,
                         String outputFormatName)
                  throws MaltChainedException
Throws:
MaltChainedException
Method Detail

loadDataFormat

public DataFormatSpecification loadDataFormat(String dataFormatName)
                                       throws MaltChainedException
Throws:
MaltChainedException

getInputDataFormatSpec

public DataFormatSpecification getInputDataFormatSpec()

getOutputDataFormatSpec

public DataFormatSpecification getOutputDataFormatSpec()

getDataFormatSpec

public DataFormatSpecification getDataFormatSpec(String name)

MaltParser 1.3

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