README (439B)
1 source of text data: Wikipedia 2 http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines 3 4 For testing Hunspell you need the extended en_US dictionary with phonetic table: 5 http://hunspell.sourceforge.net/en_US.zip 6 7 test: 8 make -f Makefile.orig 9 10 test only with Hunspell: 11 12 make -f Makefile.orig single 13 14 test with different input file and dictionaries: 15 16 INPUT=dutchlist.txt HUNSPELL=nl_NL ASPELL=nl make -f Makefile.orig