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