org.dllearner.examples.corpus
Class Sentence

java.lang.Object
  extended by org.dllearner.examples.corpus.Sentence

public class Sentence
extends Object


Constructor Summary
Sentence(int id, List<String> sentence)
           
 
Method Summary
 void processLine(String line, int pos)
           
 void processSentence()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sentence

public Sentence(int id,
                List<String> sentence)
Method Detail

processSentence

public void processSentence()

processLine

public void processLine(String line,
                        int pos)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann