Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple spell checker

Status
Not open for further replies.

atamel

Programmer
Feb 24, 2005
3
US
Hi,

I'm wondering if there's a simple Perl spell checker. What I want to do is simple. I have a string, call it $result, and I want to split $result into words (I know how to do this) and then check if each word spelled correctly. For each misspelled word, I want to be able to provide suggestions. If you can provide me a starting point, it would be great.

Thanks!
 
Try checking in CPAN for the different modules that are available.

- Rieekan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top