/* wnglobals.h - global variables used by various WordNet applications $Id: wnglobal.h,v 1.30 1997/09/02 16:31:18 wn Rel $ */ #ifndef _WNGLOBALS_ #define _WNGLOBALS_ #include extern char *wnrelease; /* WordNet release/version number */ extern char *lexfiles[]; /* names of lexicographer files */ extern char *ptrtyp[]; /* pointer characters */ extern char *partnames[]; /* POS strings */ extern char partchars[]; /* single chars for each POS */ extern char *adjclass[]; /* adjective class strings */ extern char *frametext[]; /* text of verb frames */ #endif /* _WNGLOBALS_ */