morph (3) Linux Manual Page
morphinit, re_morphinit, morphstr, morphword – WordNet morphological processor functions Synopsis#include "wn.h" int morphinit(void); int re_morphinit(void); char *morphstr(char *origstr, int pos); char *morphword(char *word, int pos); DescriptionThe WordNet morphological processor, Morphy, is accessed through these functions: morphinit() is used to open the exception list files. It returns 0 if successful, -1 otherwise. The exception list files…
