public interface IIndexWord extends IHasPOS, IItem<IIndexWordID>
| Modifier and Type | Method and Description |
|---|---|
String |
getLemma() |
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.
|
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.
|
String getLemma()
List<IWordID> getWordIDs()
null or empty, or contain null.int getTagSenseCount()
Set<IPointer> getPointers()
Copyright © 2018. All rights reserved.