|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWordID
A unique identifier sufficient to retrieve a particular word from the Wordnet database. Consists of a synset id, sense number, and lemma.
| Method Summary | |
|---|---|
java.lang.String |
getLemma()
Returns the lemma (word root) associated with this word. |
ISynsetID |
getSynsetID()
Returns the synset id object associated with this word. |
int |
getWordNumber()
Returns the word number, which is a number from 1 to 255 that indicates the order this word is listed in the Wordnet data files. |
| Methods inherited from interface edu.mit.jwi.item.IHasPOS |
|---|
getPOS |
| Method Detail |
|---|
ISynsetID getSynsetID()
nullint getWordNumber()
getLemma() method will return a non-null,
non-empty string, non-whitespace string.
java.lang.String getLemma()
null. If this method returns null,
the getWordNumber() method will return a positive number.
null if the lemma has not been specified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||