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

Method Summary
 Orthform addOrthform(String[] orthformValues, Lemma lemma)
           
 Orthform addOrthform(String orthformValues, Lemma lemma)
           
 Lemma[] getLemmas(Orthform orthform)
           
 Orthform getOrthform(int index)
           
 Orthform getOrthform(Lemma lemma)
           
 
Methods inherited from interface eu.clarin.weblicht.wlfxb.tc.api.TextCorpusLayer
isEmpty, size
 

Method Detail

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-2014 Department of Linguistics, Tübingen University. All Rights Reserved.