public interface Word
Modifier and Type | Method and Description |
---|---|
String |
getLemma()
returns the lemma of this word
|
int |
getSenseCount()
returns the number of senses of this word (not necessarily loading them from storage)
|
List<WordSense> |
getWordSenses()
returns the senses of this word
|
List<WordSense> getWordSenses() throws WordNetException
WordNetException
String getLemma()
int getSenseCount()
Copyright © 2024 GATE. All rights reserved.