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

Lingua::Ispell module problem

Status
Not open for further replies.

tweenerz

Programmer
Mar 25, 2002
202
US
If anyone out there has used the Lingua::Ispell module (or something similar), I could use some help. I need to specify my own dictionary since I will only be checking against a specific set of words for each query in my script. I am trying to use the 'use_dictionary' function built into the module, but I am not sure what format the dictionary needs to be in. Here is the code I wrote to try and use the dictionary:

Code:
Lingua::Ispell::use_dictionary("linguadict.txt");

It keeps giving me the error:

Code:
The file "/home/cust1/usr1203/linguadict.txt" is not in the proper format.

I am obviously wrongfully assuming that a plain text file would work.

Any ideas or suggestions would be greatly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top