public class CoNLLUReader.CoNLLUSentence extends Object
| Modifier and Type | Field and Description |
|---|---|
HashMap<String,String> |
sentenceData |
List<String> |
tokenLines |
| Constructor and Description |
|---|
CoNLLUSentence() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSentenceData(String sentenceDataLine)
Add sentence data for this sentence
|
boolean |
processLine(String line)
Process line for current sentence.
|