WordNet::SenseRelate::Word - Perl module that represents a single word from the context.


WordNet-SenseRelate-TargetWord documentation  | view source Contained in the WordNet-SenseRelate-TargetWord distribution.

Index


NAME

Top

WordNet::SenseRelate::Word - Perl module that represents a single word from the context.

SYNOPSIS

Top

  use WordNet::SenseRelate::Word;

  $object = WordNet::SenseRelate::Word->new("balloon");

  $object->retrieveSenses($wn, "nva");

  $object->restrictSenses("n");

  @senses = $object->getSenses();

DESCRIPTION

Top

WordNet::SenseRelate::Word represents a single word from the context. A collection of word objects is used to represent an instance. Each word object contains the surface form of a word. In addition, it also contain the morphological root form, and the WordNet senses of the word if any.

EXPORT

None by default.

SEE ALSO

Top

perl(1)

WordNet::SenseRelate::TargetWord(3)

WordNet::QueryData(3)

AUTHOR

Top

Ted Pedersen, tpederse at d.umn.edu

Siddharth Patwardhan, sidd at cs.utah.edu

Satanjeev Banerjee, banerjee+ at cs.cmu.edu

COPYRIGHT AND LICENSE

Top


WordNet-SenseRelate-TargetWord documentation  | view source Contained in the WordNet-SenseRelate-TargetWord distribution.