
WordNet::SenseRelate::Tools - Perl modules that provides certain common WordNet tools.

use WordNet::SenseRelate::Tools; $wn = WordNet::SenseRelate::Tools->new(); $newtext = $wn->compoundify($text);

WordNet::SenseRelate::Tools is a set of common WordNet tools required in programs. Currently, this module only contains a compound detection method. Other methods will be added in the future. Additionally, this module will, most likely, be distributed independently of this package.
None by default.

perl(1)

Ted Pedersen, tpederse at d.umn.edu
Siddharth Patwardhan, sidd at cs.utah.edu

Copyright (C) 2005 by Ted Pedersen and Siddharth Patwardhan
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.3 or, at your option, any later version of Perl 5 you may have available.