]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - src/com/hughes/android/dictionary/parser/wiktionary/WholeSectionToHtmlParser.java
Try filtering out anagrams from FR dictionary.
[DictionaryPC.git] / src / com / hughes / android / dictionary / parser / wiktionary / WholeSectionToHtmlParser.java
index 8a4bb216c9b75967fc713512ef9f0f32bc63fe34..e4bbb1634cf2bd2e8258470550eaa01f250ba47f 100644 (file)
@@ -233,7 +233,7 @@ public class WholeSectionToHtmlParser extends AbstractWiktionaryParser {
         });
 
 
-        final Pattern frSkipSections = Pattern.compile(".*(Traductions).*");
+        final Pattern frSkipSections = Pattern.compile(".*(Traductions|[Aa]nagrammes).*");
         isoToLangConfig.put("FR", new LangConfig() {
             @Override
             public boolean skipSection(String headingText) {