summaryrefslogtreecommitdiff
path: root/tests/suggestiontest/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suggestiontest/README')
-rw-r--r--tests/suggestiontest/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/suggestiontest/README b/tests/suggestiontest/README
new file mode 100644
index 0000000..c50e05c
--- /dev/null
+++ b/tests/suggestiontest/README
@@ -0,0 +1,16 @@
+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