This module is the implementation of a simple approach to word sense disambiguation. It uses a (domain) corpus to find the best fitting sense out of the WordNet senses.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
WordNet::QueryData
WordNet::Similarity (for the stemming)
String::Util
COPYRIGHT AND LICENCE
Copyright (C) 2006 by Nils Reiter
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
CONTACT
You can contact me (the author of the module) at any time via the e-mail address reiter@cpan.org. I appreciate every kind of feedback.