|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.wordnet.WordImpl
public class WordImpl
| Constructor Summary | |
|---|---|
WordImpl(String _lemma,
int _senseCount,
net.didion.jwnl.dictionary.Dictionary _wnDictionary)
|
|
| Method Summary | |
|---|---|
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 |
getWordSenses()
returns the senses of this word |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WordImpl(String _lemma,
int _senseCount,
net.didion.jwnl.dictionary.Dictionary _wnDictionary)
| Method Detail |
|---|
public List getWordSenses()
throws WordNetException
getWordSenses in interface WordWordNetExceptionpublic String getLemma()
getLemma in interface Wordpublic int getSenseCount()
getSenseCount in interface Word
|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||