NAME
WordNet::SenseRelate::Reader::Senseval2 - Perl module for reading in a Senseval-2 formatted, lexical sample file.
SYNOPSIS
use WordNet::SenseRelate::Reader::Senseval2;
$reader = WordNet::SenseRelate::Reader::Senseval2->new($filename);
DESCRIPTION
This module parses the XML formatted data of the Senseval-2 lexical sample data file and store the instances in the created object. This data can then be accessed from the object for further processing.
EXPORT
None by default.
SEE ALSO
perl(1)
WordNet::SenseRelate::TargetWord(3)
AUTHOR
Siddharth Patwardhan, sidd at cs.utah.edu
Satanjeev Banerjee, banerjee+ at cs.cmu.edu
Ted Pedersen, tpederse at d.umn.edu
COPYRIGHT AND LICENSE
Copyright (C) 2005 by Siddharth Patwardhan, Satanjeev Banerjee and Ted Pedersen
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.