]> gitweb.fperrin.net Git - DictionaryPC.git/history - src/com/hughes/android/dictionary/parser/wiktionary/WholeSectionToHtmlParser.java
Minor automated code simplifications.
[DictionaryPC.git] / src / com / hughes / android / dictionary / parser / wiktionary / WholeSectionToHtmlParser.java
2020-04-15 Reimar DöffingerMinor automated code simplifications.
2020-04-13 Reimar DöffingerImport cleanup/changes for Eclipse compatibility.
2020-04-11 Reimar DöffingerFix compile warnings.
2017-02-11 Reimar DöffingerFix PT spelling for category links.
2017-02-11 Reimar DöffingerFix crash in dictionary generation for PT input.
2016-11-08 Reimar DöffingerApply astyle code formatting.
2015-12-17 Reimar DöffingerFix filtering out translation from French HTML.
2015-12-09 Reimar DöffingerEncode URLs as ASCII, avoid UTF-8.
2015-12-08 Reimar DöffingerImprovements to wikisplit code.
2015-09-05 Reimar DöffingerRemove dummy code that makes no sense/does not work.
2015-08-28 Reimar DöffingerTry filtering out anagrams from FR dictionary.
2015-08-28 Reimar DöffingerPartial support for Spanish Wiktionary.
2015-08-28 Reimar DöffingerSmall updates to dictionary generation.
2015-08-24 Reimar DöffingerReplace com.sun.xml.internal.rngom.util.Uri.
2013-01-03 Thad HughesSplit ZH into yue and cmn, fixed German heading.
2012-12-30 Thad HughesUpdate URL format and parsing, fix FR handling.
2012-10-07 thadhAdded simple parsing logic for DE and IT wiktionaries.
2012-10-03 thadhFixed trailing ,s in italian verb tenses.
2012-10-01 thadhFormat links properly.
2012-09-30 thadhSynonyms, antonyms.
2012-09-25 thadhit-noun.
2012-09-25 thadhPut links into HtmlEntry.
2012-09-23 thadhItalian verb conjugations!
2012-09-22 thadhit-conj (most of the way), unicode handling in strings.
2012-09-18 thadhBasic general functions in WholeSectionParser.
2012-09-18 thadhSkip lang=XX for the lang we care about.
2012-09-18 thadhSkip w: and Image: wikiLinks.
2012-09-18 thadhDelete Anagrams and References sections.
2012-09-18 thadhGot rid of Category:.
2012-09-18 thadhGet rid of training "en:word" crap.
2012-09-18 thadhReformat.
2012-09-10 thadhWhitespace.
2012-09-10 thadhAdd some langs (Ancient Greek, Cantonese, Burmese(MY...
2012-09-10 thadhFirst decent implementation of HtmlEntry attached to...
2012-07-28 thadhEscape HTML. Test special ISO coding.
2012-07-24 thadhBaseline HTML parsing done, goldens updated!
2012-07-21 thadhAdded WholeSection entries and parser.
2012-07-17 thadhUpdated unit tests, added WholeSectionToHtmlParser.