]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - src/com/hughes/android/dictionary/parser/enwiktionary/EnWiktionaryXmlParser.java
Split EN, DE, IT, FR wiktionaries! Fix splitting to use entire header
[DictionaryPC.git] / src / com / hughes / android / dictionary / parser / enwiktionary / EnWiktionaryXmlParser.java
index 27246cd42f1fab8d8385a83984f71b63fa50e94a..babc696577233bd3e6d0d3a267b547f47e0643e7 100644 (file)
@@ -119,10 +119,10 @@ public class EnWiktionaryXmlParser {
     }
     } finally {
       System.out.println("lang Counts: " + appendAndIndexWikiCallback.langCodeToTCount);
-      appendAndIndexWikiCallback.langCodeToTCount.keySet().removeAll(EnWiktionaryLangs.isoCodeToWikiName.keySet());
+      appendAndIndexWikiCallback.langCodeToTCount.keySet().removeAll(WiktionaryLangs.isoCodeToWikiName.keySet());
       System.out.println("unused Counts: " + appendAndIndexWikiCallback.langCodeToTCount);
       System.out.println("lang Counts: " + langNameToTCount);
-      langNameToTCount.keySet().removeAll(EnWiktionaryLangs.isoCodeToWikiName.values());
+      langNameToTCount.keySet().removeAll(WiktionaryLangs.isoCodeToWikiName.values());
       System.out.println("unknown counts: " + langNameToTCount);
     }
   }