Hello, I'm trying to add Polish language to Quackle but I'm stuck on creating an appropriate raw wordlist.
I have a file "words.txt" that contains all the words that I need (sorted alphabetically). I guess I'm supposed to use the generator like this: perl generate_words.pl words.txt then, I get this error: "Can't locate Lingua/KO/Hangul/Util.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at generate_words.pl line 9. BEGIN failed--compilation aborted at generate_words.pl line 9." Obviously, I can see 9th line in a file and I have no idea why generating words is Korean-specific. I commented 9th line and then I recognized that I don't understand how the script really works as it takes .raw as an argument, not a .txt. Could someone please explain, or just give a hint, how to convert .txt to .raw? Kind regards, Adam
