Text::Thesaurus::ISO

A class to handle ISO thesaurii
Download

Text::Thesaurus::ISO Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Martin Hamilton
  • Publisher web site:
  • http://search.cpan.org/~mhamilton/

Text::Thesaurus::ISO Tags


Text::Thesaurus::ISO Description

A class to handle ISO thesaurii Text::Thesaurus::ISO is a Perl module that defines an abstract ROADS Thesaurus object and a number of methods that operate on these objects. These methods allow new Thesaurus objects to be created, specify what Thesaurus file to use, retrieve all the information from the thesaurus concerning a given term, find broader terms for a given term and find narrower terms for a given term.SYNOPSIS use Text::Thesaurus::ISO; $thes = new Text::Thesaurus::ISO; $thes->open("myisothesfile"); $thes->reopen("myisothesfile"); %entry = $thes->terminfo("dumpy"); @broaderterms = $thes->broader("dumpy"); @narrowerterms = $thes->narrower("dumpy"); $dateentered = $thes->dateentered("dumpy"); $datechanged = $thes->datechanged("dumpy"); @alternatives = $thes->alternatives("dumpy"); @sources = $thes->sources("dumpy"); @links = $thes->links("dumpy"); @scopenotes = $thes->scopenote("dumpy"); @historynotes = $thes->history("dumpy"); Requirements: · Perl


Text::Thesaurus::ISO Related Software