]> gitweb.fperrin.net Git - DictionaryPC.git/commitdiff
Using new Chemnitz dictionary.
authorThad Hughes <thadh@google.com>
Sat, 5 Jan 2013 18:13:16 +0000 (10:13 -0800)
committerThad Hughes <thadh@google.com>
Sat, 5 Jan 2013 18:13:16 +0000 (10:13 -0800)
data/inputs/de-en_dedication.txt
src/com/hughes/android/dictionary/engine/DictionaryBuilderMain.java

index 89688b93b00bee70e44f73e557a0e45f7711cb2c..7f9432e2cdba5bba98401604e6bc02dc096f39c6 100644 (file)
@@ -2,7 +2,7 @@ German-English dictionary dedicated to my parents Bob and Judy Hughes, my German
 
 German-English dictionary contains information from:
 de-en.txt - a German-English dictionary
-Version: devel 2011-06-21
+Version: devel 2012-12-11
 Source: http://dict.tu-chemnitz.de/
 Thanks to Frank Richter.
 And from:
index f2e14304c1c323445ea3bc85399324e81a09003d..892c3203a82bed3b66673e2a26a974b3b3d0a382 100644 (file)
@@ -332,11 +332,11 @@ public class DictionaryBuilderMain extends TestCase {
       }
       done.add(pairList);
       
-//      if (pairList.contains("EN") && pairList.contains("DE")) {
-//          go = true;
-//      } else {
-//          go = false;
-//      }
+      if (pairList.contains("EN") && pairList.contains("DE")) {
+          go = true;
+      } else {
+          go = false;
+      }
       
       if (!go) {
           continue;