Package eu.clarin.weblicht.wlfxb.tc.xb
Class HyperonymyLayerStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.TextCorpusLayerStoredAbstract
-
- eu.clarin.weblicht.wlfxb.tc.xb.LexicalSemanticsLayerStored
-
- eu.clarin.weblicht.wlfxb.tc.xb.HyperonymyLayerStored
-
- All Implemented Interfaces:
LexicalSemanticsLayer,TextCorpusLayer
public class HyperonymyLayerStored extends LexicalSemanticsLayerStored
- Author:
- Yana Panchenko
-
-
Field Summary
-
Fields inherited from class eu.clarin.weblicht.wlfxb.tc.xb.LexicalSemanticsLayerStored
connector, orthforms
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHyperonymyLayerStored()protectedHyperonymyLayerStored(TextCorpusLayersConnector connector)
-
Method Summary
Modifier and Type Method Description OrthformgetOrthform(Lemma lemma)protected voidsetLayersConnector(TextCorpusLayersConnector connector)Should not be used directly by users.StringtoString()-
Methods inherited from class eu.clarin.weblicht.wlfxb.tc.xb.LexicalSemanticsLayerStored
addOrthform, addOrthform, getLemmas, getOrthform, isEmpty, size
-
-
-
-
Field Detail
-
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HyperonymyLayerStored
protected HyperonymyLayerStored()
-
HyperonymyLayerStored
protected HyperonymyLayerStored(TextCorpusLayersConnector connector)
-
-
Method Detail
-
setLayersConnector
protected void setLayersConnector(TextCorpusLayersConnector connector)
Description copied from class:TextCorpusLayerStoredAbstractShould 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:
setLayersConnectorin classTextCorpusLayerStoredAbstract
-
toString
public String toString()
- Overrides:
toStringin classLexicalSemanticsLayerStored
-
-