Check out Net::Google. I've used it for doing searches with Google via their SOAP API. There is a Net::Google::Spelling with a methods suggest() which recommends spelling suggestions.
http://theoryx5.uwinnipeg.ca/CPAN/data/Net-Google/Net/Google/Spelling.html Note that the Google API requires registration for a license key that will be used for queries http://www.google.com/apis/ Also, a free license limits you to 1000 queries against Google/day. Register for your license key *before* you install Net::Google. -- Bren Tamilio On Wed, 2003-02-12 at 07:08, Gyepi SAM wrote: > On Wed, Feb 12, 2003 at 01:01:43AM +0700, Komtanoo Pinpimai wrote: > > Do anyone know perl module that can give list of possible words of > > an incorrect spelling word? For example, > > Well, > > http://search.cpan.org/search?query=spell&mode=all > > returns more hits than I care to browse through. Perhaps you might. > > > or good strategies to find possible words, or is there any research > > on this topic? > > I am sure those exist too. Google perhaps? > > -Gyepi _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

