public class DiscourseConnectivesLayerStored extends TextCorpusLayerStoredAbstract implements DiscourseConnectivesLayer
| Modifier | Constructor and Description |
|---|---|
protected |
DiscourseConnectivesLayerStored() |
protected |
DiscourseConnectivesLayerStored(String typesTagset) |
protected |
DiscourseConnectivesLayerStored(TextCorpusLayersConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
DiscourseConnective |
addConnective(List<Token> connectiveTokens) |
DiscourseConnective |
addConnective(List<Token> connectiveTokens,
String semanticType) |
DiscourseConnective |
getConnective(int index) |
DiscourseConnective |
getConnective(Token token) |
Token[] |
getTokens(DiscourseConnective connective) |
String |
getTypesTagset() |
boolean |
isEmpty() |
protected void |
setLayersConnector(TextCorpusLayersConnector connector)
Should not be used directly by users.
|
int |
size() |
String |
toString() |
public static final String XML_NAME
protected DiscourseConnectivesLayerStored()
protected DiscourseConnectivesLayerStored(String typesTagset)
protected DiscourseConnectivesLayerStored(TextCorpusLayersConnector connector)
protected void setLayersConnector(TextCorpusLayersConnector connector)
TextCorpusLayerStoredAbstractsetLayersConnector in class TextCorpusLayerStoredAbstractpublic boolean isEmpty()
isEmpty in interface TextCorpusLayerpublic int size()
size in interface TextCorpusLayerpublic String getTypesTagset()
getTypesTagset in interface DiscourseConnectivesLayerpublic DiscourseConnective getConnective(int index)
getConnective in interface DiscourseConnectivesLayerpublic DiscourseConnective getConnective(Token token)
getConnective in interface DiscourseConnectivesLayerpublic Token[] getTokens(DiscourseConnective connective)
getTokens in interface DiscourseConnectivesLayerpublic DiscourseConnective addConnective(List<Token> connectiveTokens)
addConnective in interface DiscourseConnectivesLayerpublic DiscourseConnective addConnective(List<Token> connectiveTokens, String semanticType)
addConnective in interface DiscourseConnectivesLayerCopyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.