Lingua::Wordnet

Perl extension for accessing and manipulating Wordnet databases
Download

Lingua::Wordnet Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Danny Brian
  • Publisher web site:
  • http://search.cpan.org/~dbrian/

Lingua::Wordnet Tags


Lingua::Wordnet Description

Perl extension for accessing and manipulating Wordnet databases Lingua::Wordnet is a Perl extension for accessing and manipulating Wordnet databases.SYNOPSIS use Lingua::Wordnet; use Lingua::Wordnet::Analysis; $wn->unlock(); $synset = $wn->lookup_synset("canary","n",4); $synset2 = $wn->lookup_synset("small","a",1); $synset->add_attributes($synset2); $synset->write(); print $synset, " "; $wn->close();Wordnet is a lexical reference system inspired by current psycholinguitics theories of human lexical memory. This module allows access to the Wordnet lexicon from Perl applications, as well as manipulation and extension of the lexicon. Lingua::Wordnet::Analysis provides numerous high-level extensions to the system. Requirements: · Perl


Lingua::Wordnet Related Software