Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.LexicalSemanticsLayer
-
Packages that use LexicalSemanticsLayer Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of LexicalSemanticsLayer in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return LexicalSemanticsLayer Modifier and Type Method Description LexicalSemanticsLayerTextCorpus. createAntonymyLayer()Creates empty antonymy layer in this TextCorpus.LexicalSemanticsLayerTextCorpus. createHyperonymyLayer()Creates empty hyperonymy layer in this TextCorpus.LexicalSemanticsLayerTextCorpus. createHyponymyLayer()Creates empty hyponymy layer in this TextCorpus.LexicalSemanticsLayerTextCorpus. createSynonymyLayer()Creates empty synonymy layer in this TextCorpus.LexicalSemanticsLayerTextCorpus. getAntonymyLayer()Gets antonymy layer of this TextCorpus.LexicalSemanticsLayerTextCorpus. getHyperonymyLayer()Gets hyperonymy layer of this TextCorpus.LexicalSemanticsLayerTextCorpus. getHyponymyLayer()Gets hyponymy layer of this TextCorpus.LexicalSemanticsLayerTextCorpus. getSynonymyLayer()Gets synonymy layer of this TextCorpus. -
Uses of LexicalSemanticsLayer in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement LexicalSemanticsLayer Modifier and Type Class Description classAntonymyLayerStoredclassHyperonymyLayerStoredclassHyponymyLayerStoredclassLexicalSemanticsLayerStoredclassSynonymyLayerStoredMethods in eu.clarin.weblicht.wlfxb.tc.xb that return LexicalSemanticsLayer Modifier and Type Method Description LexicalSemanticsLayerTextCorpusStored. createAntonymyLayer()LexicalSemanticsLayerTextCorpusStored. createHyperonymyLayer()LexicalSemanticsLayerTextCorpusStored. createHyponymyLayer()LexicalSemanticsLayerTextCorpusStored. createSynonymyLayer()
-