|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIndexWord
A Wordnet index word object, represented in the Wordnet files as a line in an index file.
| Method Summary | |
|---|---|
java.lang.String |
getLemma()
|
java.util.Set<IPointer> |
getPointers()
Returns an immutable set containing all the different types of pointers that this index word has in all synsets containing this word. |
int |
getTagSenseCount()
Returns the number of senses of lemma that are ranked according to their frequency of occurrence in semantic concordance texts. |
java.util.List<IWordID> |
getWordIDs()
Returns an immutable list of word id objects, that point to the words for this root form and part of speech combination. |
| Methods inherited from interface edu.mit.jwi.item.IHasPOS |
|---|
getPOS |
| Methods inherited from interface edu.mit.jwi.item.IItem |
|---|
getID |
| Method Detail |
|---|
java.lang.String getLemma()
java.util.List<IWordID> getWordIDs()
null or empty, or contain null.
int getTagSenseCount()
java.util.Set<IPointer> getPointers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||