WordNet-Similarity-Visual version 0.01
======================================

This module provides a graphical user interface for
WordNet::Similarity and visualization tools for the
path based measures built in WordNet::Similarity.

These visualization tools will make it easier for the
user to understand the concepts behind these semantic
measures.

To use the module, create a perl executable with the
following code:

	use WordNet::Similarity::Visual;

	my $WordNet_GUI = WordNet::Similarity::Visual->new;
	
	$WordNet_GUI->initialize;

INSTALLATION
============

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES
============
    You need to have WordNet::Similarity (version 0.14
    or later), WordNet::QueryData (version 1.30 or 
    later), and Gtk2(version 2-1.00 or later) installed.

    WordNet::Similarity is available from
    http://search.cpan.org/~tpederse/WordNet-Similarity-0.15/
    WordNet::QueryData is available from
    http://search.cpan.org/dist/WordNet-QueryData/.
    Gtk2 is available from
    http://search.cpan.org/~tsch/Gtk2-1.081/Gtk2.pm


COPYRIGHT AND LICENCE
=====================

Copyright (c) 2005-2006

Saiyam Kohli, University of Minnesota, Duluth
kohli003@d.umn.edu

Ted Pedersen, University of Minnesota, Duluth
tpederse@d.umn.edu

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to

The Free Software Foundation, Inc.,
59 Temple Place - Suite 330,
Boston, MA  02111-1307, USA.