gov.llnl.ontology.wordnet
Interface RelatedForm

All Known Implementing Classes:
SimpleRelatedForm

public interface RelatedForm

Represents an informal relation between two Lemmas. Two Lemmas can be connected by two Sysnets if the Lemmas are derivationally related to each other in both meaning and form.

Author:
Keith Stevens

Method Summary
 int otherIndex()
          Returns the index of the Lemma from a related Synset that is related to a Lemma in this Synset.
 int sourceIndex()
          Returns the index of the Lemma from this Sysnet that is related to another Lemma.
 

Method Detail

sourceIndex

int sourceIndex()
Returns the index of the Lemma from this Sysnet that is related to another Lemma.


otherIndex

int otherIndex()
Returns the index of the Lemma from a related Synset that is related to a Lemma in this Synset.



Copyright © 2010-2011. All Rights Reserved.