summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-04-01 09:19:54 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-01 09:19:54 +0200
commit815478980f4a881d1efbbd6b7d2441ec47376c7d (patch)
treeccd8004334fb15487cf390d15f0ddd03e5c560c3
parentc42186671c9808a7192504f5556c48718607f7d3 (diff)
downloadassignment4-815478980f4a881d1efbbd6b7d2441ec47376c7d.tar.gz
Set true for peach
-rw-r--r--spellchecker/src/SpellChecker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/spellchecker/src/SpellChecker.java b/spellchecker/src/SpellChecker.java
index 110061a..6550678 100644
--- a/spellchecker/src/SpellChecker.java
+++ b/spellchecker/src/SpellChecker.java
@@ -8,7 +8,7 @@ public class SpellChecker {
* @param args the command line arguments
*/
public static void main(String[] args) {
- boolean inPeach = false; // set this to true if you submit to peach!!!
+ boolean inPeach = true; // set this to true if you submit to peach!!!
try {
CorpusReader cr = new CorpusReader();