
JWord uses a variety of data sources, including WordNet 
(see http://wordnet.princeton.edu for WordNet). To read
and process WordNet data, JWord uses code created by the JWordNet 
Project (See http://jwn.sourceforge.net for details about JWordNet).
We made a few changes to JWordNet to make it easy to use within JWord.
These changes mostly have to do with getting JWord to work on Solaris 
as well as Unix and Windows.

Summary of Changes made to JWordNet 
(1) FileManager.java
   - Constructor modified to ensure file unity between windows/unix
   - System defaulted to think it is on Windows by ignoring properties
   - Mapping code to ignore built in rules to find dictionary other 
     than in the path specified by the properties file

(2) WordNetNode.java
    - Used wordnet code to display matches using formatted HTML

Directory Information
   /bin - This folder contains an executable JAR file.  Be sure to edit the props files
   /classes - This folder contains the compiled classes
   /src - This folder countains the source code as well as javadoc files
   .jpx file - Optional Borland JBuilder Package