eu.clarin.weblicht.wlfxb.tc.xb
Class DiscourseConnectivesLayerStored
java.lang.Object
eu.clarin.weblicht.wlfxb.tc.xb.TextCorpusLayerStoredAbstract
eu.clarin.weblicht.wlfxb.tc.xb.DiscourseConnectivesLayerStored
- All Implemented Interfaces:
- DiscourseConnectivesLayer, TextCorpusLayer
public class DiscourseConnectivesLayerStored
- extends TextCorpusLayerStoredAbstract
- implements DiscourseConnectivesLayer
- Author:
- Yana Panchenko
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
DiscourseConnectivesLayerStored
protected DiscourseConnectivesLayerStored()
DiscourseConnectivesLayerStored
protected DiscourseConnectivesLayerStored(String typesTagset)
DiscourseConnectivesLayerStored
protected DiscourseConnectivesLayerStored(TextCorpusLayersConnector connector)
setLayersConnector
protected void setLayersConnector(TextCorpusLayersConnector connector)
- Description copied from class:
TextCorpusLayerStoredAbstract
- Should not be used directly by users. Should be extended by all
implementations of TextCorpusLayers, as they might depend on other layers
and therefore be able to get referenced/referencing information.
- Specified by:
setLayersConnector in class TextCorpusLayerStoredAbstract
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface TextCorpusLayer
size
public int size()
- Specified by:
size in interface TextCorpusLayer
getTypesTagset
public String getTypesTagset()
- Specified by:
getTypesTagset in interface DiscourseConnectivesLayer
getConnective
public DiscourseConnective getConnective(int index)
- Specified by:
getConnective in interface DiscourseConnectivesLayer
getConnective
public DiscourseConnective getConnective(Token token)
- Specified by:
getConnective in interface DiscourseConnectivesLayer
getTokens
public Token[] getTokens(DiscourseConnective connective)
- Specified by:
getTokens in interface DiscourseConnectivesLayer
addConnective
public DiscourseConnective addConnective(List<Token> connectiveTokens)
- Specified by:
addConnective in interface DiscourseConnectivesLayer
addConnective
public DiscourseConnective addConnective(List<Token> connectiveTokens,
String semanticType)
- Specified by:
addConnective in interface DiscourseConnectivesLayer
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.