gate.wordnet
Interface SemanticRelation

All Superinterfaces:
Relation

public interface SemanticRelation
extends Relation

Represents WordNet sem relation.


Field Summary
 
Fields inherited from interface gate.wordnet.Relation
REL_ANTONYM, REL_ATTRIBUTE, REL_CAUSE, REL_DERIVED_FROM_ADJECTIVE, REL_ENTAILMENT, REL_HYPERNYM, REL_HYPONYM, REL_MEMBER_HOLONYM, REL_MEMBER_MERONYM, REL_PART_HOLONYM, REL_PART_MERONYM, REL_PARTICIPLE_OF_VERB, REL_PERTAINYM, REL_SEE_ALSO, REL_SIMILAR_TO, REL_SUBSTANCE_HOLONYM, REL_SUBSTANCE_MERONYM, REL_VERB_GROUP
 
Method Summary
 Synset getSource()
          returns the source (Synset) of this lexical relation
 Synset getTarget()
          returns the source (Synset) of this lexical relation
 
Methods inherited from interface gate.wordnet.Relation
getInverseType, getLabel, getSymbol, getType, isApplicableTo
 

Method Detail

getSource

Synset getSource()
returns the source (Synset) of this lexical relation


getTarget

Synset getTarget()
returns the source (Synset) of this lexical relation