Description |
Native WordNet
Interface |
Whamtech WordNet
Interface |
Initialize
WordNet |
int wninit() |
long
WnInit() |
Initialize
WordNet Stemming |
int morphinit() |
int MorphInit(long WnH) |
Determine
the stem of a word |
char
*morphword(char *word,int
pos); |
char
*MorphWord(long WnH,char
*word,int pos); |
Determine
the parts of speech |
int in_wn(char *word,int pos); |
int WnPos(long WnH,char *word,int pos); |
|
|
|
Terminate
Stemming |
NA |
void
MorphTerm(long WnH); |
Terminate
WordNet |
NA |
void
WnTerm(long WnH); |
Copyright © 2019 , WhamTech, Inc. All rights reserved. This
document is provided for information purposes only and the contents hereof are
subject to change without notice. Names may be
trademarks of their respective owners.