From 815478980f4a881d1efbbd6b7d2441ec47376c7d Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 1 Apr 2015 09:19:54 +0200 Subject: Set true for peach --- spellchecker/src/SpellChecker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.1