public class CoNLLUReader.CoNLLUDocument extends Object
Modifier and Type | Field and Description |
---|---|
HashMap<String,String> |
docData
doc metadata
|
String |
docText
full doc text
|
List<CoNLLUReader.CoNLLUSentence> |
sentences
sentences for this doc
|
Constructor and Description |
---|
CoNLLUDocument() |
Modifier and Type | Method and Description |
---|---|
CoNLLUReader.CoNLLUSentence |
lastSentence()
Get the last sentence
|
public List<CoNLLUReader.CoNLLUSentence> sentences
public String docText
public CoNLLUReader.CoNLLUSentence lastSentence()