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