MaltParser 1.0.2

org.maltparser.core.dataformat.reader
Interface DataReader

All Known Implementing Classes:
TabReader

public interface DataReader

Since:
1.0
Author:
Johan Hall

Method Summary
 void close()
           
 int getSentenceCount()
           
 void initialize(InputStreamReader isr)
           
 void initialize(String fileName, String charsetName)
           
 void initialize(URL url)
           
 void readEpilog()
           
 void readProlog()
           
 boolean readSentence()
           
 

Method Detail

initialize

void initialize(String fileName,
                String charsetName)
                throws MaltChainedException
Throws:
MaltChainedException

initialize

void initialize(URL url)
                throws MaltChainedException
Throws:
MaltChainedException

initialize

void initialize(InputStreamReader isr)
                throws MaltChainedException
Throws:
MaltChainedException

readProlog

void readProlog()
                throws MaltChainedException
Throws:
MaltChainedException

readSentence

boolean readSentence()
                     throws MaltChainedException
Throws:
MaltChainedException

readEpilog

void readEpilog()
                throws MaltChainedException
Throws:
MaltChainedException

getSentenceCount

int getSentenceCount()
                     throws MaltChainedException
Throws:
MaltChainedException

close

void close()
           throws MaltChainedException
Throws:
MaltChainedException

MaltParser 1.0.2

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.