eu.clarin.weblicht.wlfxb.tc.xb
Class WordSplittingLayerStored
java.lang.Object
eu.clarin.weblicht.wlfxb.tc.xb.TextCorpusLayerStoredAbstract
eu.clarin.weblicht.wlfxb.tc.xb.WordSplittingLayerStored
- All Implemented Interfaces:
- TextCorpusLayer, WordSplittingLayer
public class WordSplittingLayerStored
- extends TextCorpusLayerStoredAbstract
- implements WordSplittingLayer
- Author:
- Yana Panchenko
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
WordSplittingLayerStored
protected WordSplittingLayerStored()
WordSplittingLayerStored
protected WordSplittingLayerStored(String type)
WordSplittingLayerStored
protected WordSplittingLayerStored(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
getType
public String getType()
- Specified by:
getType in interface WordSplittingLayer
getSplit
public WordSplit getSplit(int index)
- Specified by:
getSplit in interface WordSplittingLayer
getSplit
public WordSplit getSplit(Token token)
- Specified by:
getSplit in interface WordSplittingLayer
getToken
public Token getToken(WordSplit split)
- Specified by:
getToken in interface WordSplittingLayer
addSplit
public WordSplit addSplit(Token token,
int[] splitIndices)
- Specified by:
addSplit in interface WordSplittingLayer
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.