summaryrefslogtreecommitdiff
path: root/spellchecker/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'spellchecker/run.sh')
-rwxr-xr-xspellchecker/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/spellchecker/run.sh b/spellchecker/run.sh
index 956ce67..e2df2d4 100755
--- a/spellchecker/run.sh
+++ b/spellchecker/run.sh
@@ -2,6 +2,10 @@
classpath="${CLASSPATH:+$CLASSPATH:}"
classpath+=build/classes
+# Possible env vars:
+#DEBUG_SCORE=1 # Enable debugging of the score
+#NO_PEACH=1 # Print less debug information, use peach I/O formats
+
ant -q -S compile >&2 &&
NO_PEACH=1 \
java -ea -cp "$classpath" SpellChecker