The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  use WordNet::SenseRelate::Tools;

  $wn = WordNet::SenseRelate::Tools->new();

  $newtext = $wn->compoundify($text);

DESCRIPTION

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.

EXPORT

None by default.

SEE ALSO

perl(1)

WordNet::QueryData(3)

AUTHOR

Siddharth Patwardhan, sidd at cs.utah.edu

COPYRIGHT AND LICENSE

Copyright (C) 2005 by 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.