A copy of WordNet has been installed on CS Solaris machines in case you want to use WordNet when solving Analogy project. (CS Solaris machines include oakley.cs.princeton.edu, bolle.cs.princeton.edu and rayban.cs.princeton.edu) If you don't have an account at CS machines, send an Email to csstaff@cs and tell them you are taking cs302. The WordNet is installed on /csinfo/www/courses/archive/fall01/cs302/wordnet and there are two ways to use this guy: 1. A command line interface called "wn" is provided by WordNet,by which one can extract all kinds of information(synonyms, ...). In order to use it, one has to: 1) Set environment var WNHOME to /csinfo/www/courses/archive/fall01//cs302/wordnet 2) Add ${WNHOME}/bin to the environment var PATH 3) Add ${WNHOME}/man to MANPATH to install WordNet manual 4) Test by typing wn fatal -over 2. WordNet also provides C programming interface. 1) Add ${WNHOME}/include to the environment var C_INCLUDE_PATH 2) Add ${WNHOME}/lib to LIBRARY_PATH 3) Run your program by gcc yourProg.c -lwn Online manual is available at http://www.cogsci.princeton.edu/~wn/doc/