|
MaltParser 1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.maltparser.core.dataformat.DataFormatSpecification
public class DataFormatSpecification
| Field Summary | |
|---|---|
protected SortedSet<DataFormatEntry> |
entries
|
protected int |
entryPositionCounter
|
protected org.apache.log4j.Logger |
logger
|
protected String |
name
|
| Constructor Summary | |
|---|---|
DataFormatSpecification(org.apache.log4j.Logger logger)
|
|
| Method Summary | |
|---|---|
void |
addEntry(String name,
String category,
String type,
String defaultOutput)
|
DataFormatInstance |
createDataFormatInstance(SymbolTableHandler symbolTables,
String specialSymbolsfileName,
String rootLabel)
|
void |
parseDataFormatXMLfile(String fileName)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected org.apache.log4j.Logger logger
protected int entryPositionCounter
protected String name
protected SortedSet<DataFormatEntry> entries
| Constructor Detail |
|---|
public DataFormatSpecification(org.apache.log4j.Logger logger)
| Method Detail |
|---|
public DataFormatInstance createDataFormatInstance(SymbolTableHandler symbolTables,
String specialSymbolsfileName,
String rootLabel)
throws MaltChainedException
MaltChainedException
public void parseDataFormatXMLfile(String fileName)
throws MaltChainedException
MaltChainedException
public void addEntry(String name,
String category,
String type,
String defaultOutput)
public String toString()
toString in class Object
|
MaltParser 1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||