szte.csd
Class Sentence
java.lang.Object
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.
Constructor Summary |
Sentence(java.util.List<java.lang.String> s,
java.lang.String o)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tokens
public java.util.List<java.lang.String> tokens
original_sentence
public java.lang.String original_sentence
Sentence
public Sentence(java.util.List<java.lang.String> s,
java.lang.String o)