szte.csd
Class Sentence

java.lang.Object
  extended by szte.csd.Sentence

public class Sentence
extends java.lang.Object

Sentence is a container for the original and the tokenized sentence. The latter one is used for holding the non-altered parts of the sentence.


Field Summary
 java.lang.String original_sentence
           
 java.util.List<java.lang.String> tokens
           
 
Constructor Summary
Sentence(java.util.List<java.lang.String> s, java.lang.String o)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokens

public java.util.List<java.lang.String> tokens

original_sentence

public java.lang.String original_sentence
Constructor Detail

Sentence

public Sentence(java.util.List<java.lang.String> s,
                java.lang.String o)