public class SentenceStored extends Object implements Sentence
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
end |
protected LinkedHashMap<QName,String> |
extraAttributes |
protected String |
sentenceId |
protected Integer |
start |
protected String[] |
tokIds |
static String |
XML_NAME |
| Constructor and Description |
|---|
SentenceStored() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEndCharOffset() |
LinkedHashMap<String,String> |
getExtraAttributes() |
Integer |
getStartCharOffset() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitretrieveAttributespublic static final String XML_NAME
protected String sentenceId
protected String[] tokIds
protected Integer start
protected Integer end
protected LinkedHashMap<QName,String> extraAttributes
public LinkedHashMap<String,String> getExtraAttributes()
getExtraAttributes in interface ExtraAttributespublic Integer getStartCharOffset()
getStartCharOffset in interface Sentencepublic Integer getEndCharOffset()
getEndCharOffset in interface SentenceCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.