NAME
WordNet::SenseRelate::Instance - Perl module that represents a context, including a target word and surrounding context words.
SYNOPSIS
use WordNet::SenseRelate::Instance;
DESCRIPTION
WordNet::SenseRelate::Instance represents a piece of text, including a target word that requires to be disambiguated. Essentially, an instance is a set of Word objects, with one Word object marked as the target word.
EXPORT
None by default.
SEE ALSO
perl(1)
WordNet::SenseRelate::TargetWord(3)
WordNet::SenseRelate::Word(3)
AUTHOR
Ted Pedersen, tpederse at d.umn.edu
Siddharth Patwardhan, sidd at cs.utah.edu>
Satanjeev Banerjee, banerjee+ at cs.cmu.edu
COPYRIGHT AND LICENSE
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.