|
Java Access to WordNet | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WNIndexEntry in danbikel.wordnet |
| Methods in danbikel.wordnet that return WNIndexEntry | |
WNIndexEntry |
WordNetServer.getIndexEntry(String word,
String pos)
Gets the WNIndexEntry for word and pos,
printing errors if there is no such word-pos pair in the database. |
WNIndexEntry |
WordNetServer.getIndexEntry(String word,
String pos,
boolean printErrors)
Gets the WNIndexEntry for word and pos. |
WNIndexEntry |
WordNetRemote.getIndexEntry(String word,
String pos)
Gets the WNIndexEntry for word and pos,
printing errors if there is no such word-pos pair in the database. |
WNIndexEntry |
WordNetRemote.getIndexEntry(String word,
String pos,
boolean printErrors)
Gets the WNIndexEntry for word and pos. |
WNIndexEntry |
WordNetLocal.getIndexEntry(String word,
String pos)
Gets the WNIndexEntry for word and pos,
printing errors if there is no such word-pos pair in the database. |
WNIndexEntry |
WordNetLocal.getIndexEntry(String word,
String pos,
boolean printErrors)
Gets the WNIndexEntry for word and pos. |
WNIndexEntry |
WordNet.getIndexEntry(String word,
String pos)
Gets the WNIndexEntry for word and pos,
printing errors if there is no such word-pos pair in the database. |
WNIndexEntry |
WordNet.getIndexEntry(String word,
String pos,
boolean printErrors)
Gets the WNIndexEntry for word and pos. |
|
Java Access to WordNet | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||