public interface IWordID extends IHasPOS, IItemID<IWord>
| Modifier and Type | Method and Description |
|---|---|
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.
|
ISynsetID getSynsetID()
nullint getWordNumber()
getLemma() method will return a non-null,
non-empty string, non-whitespace string.String getLemma()
null. If this method returns null,
the getWordNumber() method will return a positive number.null if the lemma has not been specified.Copyright © 2018. All rights reserved.