gecko/extensions/spellcheck/hunspell/tests/suggestiontest
2011-02-17 19:03:08 -05:00
..
List_of_common_misspellings.txt Bug 629734: Import hunspell test suite 2011-02-17 19:03:08 -05:00
Makefile.am Bug 629734: Import hunspell test suite 2011-02-17 19:03:08 -05:00
Makefile.in Bug 629734: Import hunspell test suite 2011-02-17 19:03:08 -05:00
Makefile.orig Bug 629734: Import hunspell test suite 2011-02-17 19:03:08 -05:00
prepare Bug 629734: Import hunspell test suite 2011-02-17 19:03:08 -05:00
README Bug 629734: Import hunspell test suite 2011-02-17 19:03:08 -05:00
test Bug 629734: Import hunspell test suite 2011-02-17 19:03:08 -05:00

source of text data: Wikipedia
http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines

For testing Hunspell you need the extended en_US dictionary with phonetic table:
http://hunspell.sourceforge.net/en_US.zip

test:
make -f Makefile.orig

test only with Hunspell:

make -f Makefile.orig single

test with different input file and dictionaries:

INPUT=dutchlist.txt HUNSPELL=nl_NL ASPELL=nl make -f Makefile.orig