org.maltparser.core.io.dataformat
Class DataFormatSpecification
java.lang.Object
org.maltparser.core.io.dataformat.DataFormatSpecification
public class DataFormatSpecification
- extends Object
- Since:
- 1.0
- Author:
- Johan Hall
DataFormatSpecification
public DataFormatSpecification()
createDataFormatInstance
public DataFormatInstance createDataFormatInstance(SymbolTableHandler symbolTables,
String nullValueStrategy,
String rootLabel)
throws MaltChainedException
- Throws:
MaltChainedException
parseDataFormatXMLfile
public void parseDataFormatXMLfile(String fileName)
throws MaltChainedException
- Throws:
MaltChainedException
getDependencies
public HashSet<DataFormatSpecification.Dependency> getDependencies()
parseDataFormatXMLfile
public void parseDataFormatXMLfile(URL url)
throws MaltChainedException
- Throws:
MaltChainedException
addEntry
public void addEntry(String dataFormatEntryName,
String category,
String type,
String defaultOutput)
getEntry
public DataFormatEntry getEntry(String dataFormatEntryName)
getDataFormatName
public String getDataFormatName()
getDataStructure
public DataFormatSpecification.DataStructure getDataStructure()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.