WordNet::SenseRelate::AllWords

WordNet::SenseRelate::AllWords is a Perl module to perform Word Sense Disambiguation.
Download

WordNet::SenseRelate::AllWords Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jason Michelizzi
  • Publisher web site:
  • http://search.cpan.org/~tpederse/WordNet-SenseRelate-AllWords/lib/WordNet/SenseRelate/AllWords.pm

WordNet::SenseRelate::AllWords Tags


WordNet::SenseRelate::AllWords Description

WordNet::SenseRelate::AllWords is a Perl module to perform Word Sense Disambiguation. WordNet::SenseRelate::AllWords is a Perl module to perform Word Sense Disambiguation.SYNOPSIS use WordNet::SenseRelate::AllWords; use WordNet::QueryData; my $qd = WordNet::QueryData->new; my $wsd = WordNet::SenseRelate::AllWords->new (wordnet => $qd, measure => 'WordNet::Similarity::lesk'); my @results = $wsd->disambiguate ();WordNet::SenseRelate::AllWords implements an algorithm for Word Sense Disambiguation that uses measures of semantic relatedness. The algorithm is an extension of an algorithm described by Pedersen, Banerjee, and Patwardhan. This implementation is similar to the original SenseRelate package but disambiguates every word in the given context rather than just single word. Requirements: · Perl


WordNet::SenseRelate::AllWords Related Software