|
||||||||||
| 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 | |
|---|---|
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()
String getLemma()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||