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:
It keeps giving me the error:
I am obviously wrongfully assuming that a plain text file would work.
Any ideas or suggestions would be greatly appreciated.
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.