Lingua::JA::WordNet

Perl OO interface to Japanese WordNet database
Download

Lingua::JA::WordNet Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kouhei Yoshioka
  • Publisher web site:
  • http://search.cpan.org/~pawapawa/

Lingua::JA::WordNet Tags


Lingua::JA::WordNet Description

Japanese WordNet is a semantic dictionary of Japanese. Lingua::JA::WordNet is a Perl module to look up entries in Japanese WordNet.The original Perl module is WordNet::Multi. WordNet::Multi is awkward to use and not maintained. Because of this, I uploaded this module.SYNOPSIS use Lingua::JA::WordNet; my $wn = Lingua::JA::WordNet->new('wnjpn-1.1.db'); my @synsets = $wn->Synset('相撲', 'jpn'); my @hypes = $wn->Rel($synsets, 'hype'); my @words = $wn->Word($hypes, 'jpn'); print "$words\n"; # -> レスリングProduct's homepage


Lingua::JA::WordNet Related Software