eu.clarin.weblicht.wlfxb.tc.api
Interface LexicalSemanticsLayer
- All Superinterfaces:
- TextCorpusLayer
- All Known Implementing Classes:
- AntonymyLayerStored, HyperonymyLayerStored, HyponymyLayerStored, LexicalSemanticsLayerStored, SynonymyLayerStored
public interface LexicalSemanticsLayer
- extends TextCorpusLayer
The annotations in LexicalSemanticsLayer are represented by synonymy,
antonymy, hyponymy, hyperonymy. The layers specify the resource from which
the annotations were extracted, and enumerate the orthform elements. Each
orthform element has an orthform string (can be a word, a phrase, or a list
of both) and references lemmas that are in synonymy/antonymy/hyponymy/hyperonymy
relations with this orthform.
- Author:
- Yana Panchenko
getSource
String getSource()
getOrthform
Orthform getOrthform(int index)
getOrthform
Orthform getOrthform(Lemma lemma)
getLemmas
Lemma[] getLemmas(Orthform orthform)
addOrthform
Orthform addOrthform(String orthformValues,
Lemma lemma)
addOrthform
Orthform addOrthform(String[] orthformValues,
Lemma lemma)
Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.