| Modifier and Type | Method and Description |
|---|---|
AdjMarker |
getAdjectiveMarker()
Returns the adjective marker of this word.
|
String |
getLemma()
Returns the root form of this word, never
null or empty. |
int |
getLexicalID()
A integer in the closed range [0,15] that, when appended onto lemma,
uniquely identifies a sense within a lexicographer file.
|
Map<IPointer,List<IWordID>> |
getRelatedMap()
Returns an immutable map of from pointers to immutable maps.
|
List<IWordID> |
getRelatedWords()
Returns an immutable list of all word ids related to this word by
pointers in the database.
|
List<IWordID> |
getRelatedWords(IPointer ptr)
Returns an immutable list of all word ids related to this word by the
specified pointer type.
|
ISenseKey |
getSenseKey()
Returns the sense key for this word.
|
ISynset |
getSynset()
Returns the synset uniquely identified by this word.
|
List<IVerbFrame> |
getVerbFrames()
Returns an immutable list of all verb frames associated with this word.
|
String getLemma()
null or empty.null, non-empty root form of this wordISynset getSynset()
null.null synset identified by this word.ISenseKey getSenseKey()
null;
however, the sense key that is returned may not yet have it's
head lemma and head lexical id set yet, and so may throw an exception on
some calls.nullISenseKey.needsHeadSet(),
ISenseKey.setHead(String, int)int getLexicalID()
Map<IPointer,List<IWordID>> getRelatedMap()
ISynset.getRelatedMap() on the appropriate object.List<IWordID> getRelatedWords(IPointer ptr)
ISynset.getRelatedSynsets(). If this
word has no targets for the for the specified pointer, this method
returns an empty list. This method never returns null.ptr - the pointer for which related words are requestedList<IWordID> getRelatedWords()
ISynset.getRelatedSynsets() on the ISynset for this
word.List<IVerbFrame> getVerbFrames()
AdjMarker getAdjectiveMarker()
nullnull if none.Copyright © 2018. All rights reserved.