Dactyloidae/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest
2018-01-19 03:59:58 +08:00
..
List_of_common_misspellings.txt import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
Makefile.am import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
Makefile.in import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
prepare import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
README import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
test import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08: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