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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Are there any free modules available for spell check in perl? 1

Status
Not open for further replies.

sheen74

Programmer
Joined
Sep 22, 2003
Messages
2
Location
US
Hello
I am a new user to this site and a beginner level perl programmer also. I am looking for any free modules available on net to do spell check in perl. I could find any. If any one knows about it,it will be great help to me.
Thank you so much for your help.

Thanks again
Sheen
 
Sheen,
The two spell check mods I've used under perl are Text::Aspell and Lingua::Ispell. Text::Aspell requires the GNU aspell libraries and Lingua::Ispell requires the older ispell program. Text::Aspell is by far faster since it does not call an external program.

If you are on winderz I'm not sure if these mods are an option for you.

Hope that helps.
 
Hello Usige
Thank you so much for your reply. It is really very helpful to me.Thanks again for taking time to go through the query and replying.
Thanks
-Sheen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top