org.maltparser.core.dataformat.writer
Interface DataWriter
- All Known Implementing Classes:
- TabWriter
public interface DataWriter
- Since:
- 1.0
- Author:
- Johan Hall
initialize
void initialize(String fileName,
String charsetName)
throws MaltChainedException
- Throws:
MaltChainedException
initialize
void initialize(OutputStreamWriter osw)
throws MaltChainedException
- Throws:
MaltChainedException
writeProlog
void writeProlog()
throws MaltChainedException
- Throws:
MaltChainedException
writeSentence
void writeSentence(DependencyGraph dependencyGraph)
throws MaltChainedException
- Throws:
MaltChainedException
writeEpilog
void writeEpilog()
throws MaltChainedException
- Throws:
MaltChainedException
close
void close()
throws MaltChainedException
- Throws:
MaltChainedException
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.