I'd like to use Perl to search through an offline thesaurus. I don't know if this is possible, or what the mechanics of achieving this may be
I'd like be able to
Have a downloaded thesaurus on a machine
Write a Perl program that searches through the downloaded thesaurus and spits back minimal output.
For example
=============================
Synoynms for: wiggle
- - - - - - - - - - - - - - -
wave waggle wag twitch
twist squirm shimmy
jiggle jerk
=============================
I noticed that there's a Biblio::Thesaurus
which seemed promising, but I'm totally lost as to how this module would be used unless there's a universal (or at least popular) thesaurus for the English language in ISO format freely available for download somewhere
I guess I'm looking for
A thesaurus for English in ISO format
A way of navigating this data using Perl