| WordNet-SenseRelate-TargetWord documentation | view source | Contained in the WordNet-SenseRelate-TargetWord distribution. |
WordNet::SenseRelate::Preprocess::Compounds - Perl module that detects compounds in a piece of text.
use WordNet::SenseRelate::Preprocess::Compounds; $preprocess = WordNet::SenseRelate::Preprocess::Compounds->new($wntools); $newInstance = $preprocess->preprocess($instance);
This module is a preprocessor module for the WordNet::SenseRelate::TargetWord algorithm. It take as input an instance, and detects WordNet compounds within this instance.
None by default.
perl(1)
WordNet::SenseRelate::TargetWord
Ted Pedersen, tpederse at d.umn.edu
Siddharth Patwardhan, sidd at cs.utah.edu
Satanjeev Banerjee, banerjee+ at cs.cmu.edu
Copyright (C) 2005 by Ted Pedersen, Siddharth Patwardhan, and Satanjeev Banerjee
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.
| WordNet-SenseRelate-TargetWord documentation | view source | Contained in the WordNet-SenseRelate-TargetWord distribution. |