gov.llnl.ontology.wordnet
Interface Lemma

All Known Implementing Classes:
BaseLemma

public interface Lemma

This interface represents a single term that maps to a Synset in the WordNet dictionary.

Each Lemma has several attributes:

Author:
Keith Stevens

Method Summary
 String getKey()
          Returns the key for this Lemma.
 String getLemmaName()
          Returns the name of this Lemma
 int getLexicalId()
          Returns the lexical id for this Lemma
 String getLexicographerName()
          Returns the lexicographer file name for this lemma.
 int getLexNameIndex()
          Returns the index corresponding to the lexicographer file name for this Lemma.
 Synset getSynset()
          Returns the Synset for this Lemma.
 

Method Detail

getKey

String getKey()
Returns the key for this Lemma.


getSynset

Synset getSynset()
Returns the Synset for this Lemma.


getLemmaName

String getLemmaName()
Returns the name of this Lemma


getLexicographerName

String getLexicographerName()
Returns the lexicographer file name for this lemma.


getLexNameIndex

int getLexNameIndex()
Returns the index corresponding to the lexicographer file name for this Lemma.


getLexicalId

int getLexicalId()
Returns the lexical id for this Lemma



Copyright © 2010-2011. All Rights Reserved.