|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WordNet
Represents WordNet LKB.
| Field Summary | |
|---|---|
static int |
POS_ADJECTIVE
|
static int |
POS_ADVERB
|
static int |
POS_NOUN
|
static int |
POS_VERB
|
| Method Summary | |
|---|---|
URL |
getPropertyUrl()
|
Iterator |
getSynsets(int pos)
returns all synsets for specific POS |
Iterator |
getUniqueBeginners()
returns all unique beginners |
String |
getVersion()
returns the WordNet version |
List |
lookupWord(String lemma)
returns list of WordSense-s for specific lemma |
List |
lookupWord(String lemma,
int pos)
returns list of WordSense-s for specific lemma of the specified POS |
void |
setPropertyUrl(URL _propertiesUrl)
|
| Methods inherited from interface gate.LanguageResource |
|---|
getDataStore, getLRPersistenceId, getParent, isModified, setDataStore, setLRPersistenceId, setParent, sync |
| Methods inherited from interface gate.Resource |
|---|
cleanup, getParameterValue, init, setParameterValue, setParameterValues |
| Methods inherited from interface gate.util.FeatureBearer |
|---|
getFeatures, setFeatures |
| Methods inherited from interface gate.util.NameBearer |
|---|
getName, setName |
| Field Detail |
|---|
static final int POS_ADJECTIVE
static final int POS_ADVERB
static final int POS_NOUN
static final int POS_VERB
| Method Detail |
|---|
String getVersion()
Iterator getSynsets(int pos)
throws WordNetException
WordNetExceptionIterator getUniqueBeginners()
List lookupWord(String lemma)
throws WordNetException
WordNetException
List lookupWord(String lemma,
int pos)
throws WordNetException
WordNetExceptionvoid setPropertyUrl(URL _propertiesUrl)
URL getPropertyUrl()
|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||