]> gitweb.fperrin.net Git - DictionaryPC.git/history - src/com/hughes/android/dictionary/parser
Attempt at using maven for compilation
[DictionaryPC.git] / src / com / hughes / android / dictionary / parser /
2021-02-07 Frédéric PerrinEscape only unicode chars
2021-02-06 Frédéric PerrinEnable single-language dictionary
2021-01-30 Frédéric PerrinRevert "Fix compile warnings."
2020-12-27 Reimar DöffingerUse optimized StringUtil.split() function.
2020-12-27 Reimar DöffingerSome minor optimizations.
2020-12-27 Reimar DöffingerMinor simplification of DictFileParser.
2020-12-20 Reimar DöffingerMerge pull request #5 from christophlingg/patch-1
2020-12-20 Reimar DöffingerMerge pull request #3 from zorun/swedish
2020-12-20 Christoph Lingginclude dict.cc entries with subject labels
2020-04-16 Reimar DöffingerFix compilation.
2020-04-16 Reimar DöffingerAvoid unnecessary use of String.format.
2020-04-16 Reimar DöffingerOptimize escapedFindEnd.
2020-04-16 Reimar DöffingerOptimize finding start of next token.
2020-04-16 Reimar DöffingerSimplify newline handling and regexes.
2020-04-16 Reimar DöffingerOptimize plaintext dispatch path.
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.
2020-04-11 Reimar DöffingerAlso handle "paragraph end" newline character.
2020-04-11 Reimar DöffingerReplace <sup></sup> sections with only digits by UTF-8.
2019-08-15 Baptiste JonglezAdd french-swedish dictionary support.
2019-01-09 Reimar DöffingerRefine fix for Spanish wiktionary.
2018-12-04 Reimar DöffingerAdd french-greek dictionary support.
2018-08-08 Reimar DöffingerAdd support for generating Romani dictionary.
2018-05-20 Reimar DöffingerMissing part of AR-ES support.
2017-10-15 Reimar DöffingerSupport compressed input for parsers.
2017-09-02 Reimar DöffingerAdd logic for generating DE-RO dictionary.
2017-08-15 Reimar DöffingerAdd support for generating Low German dictionary.
2017-08-13 Reimar DöffingerPrevent inserting duplicate Pairs.
2017-04-13 Reimar DöffingerClearer error message if newline could not be found.
2017-04-13 Reimar DöffingerFix wikisplit of Pennsylvania German
2017-04-13 Reimar DöffingerAvoids false parse errors due to ]] vs ] ].
2017-04-13 Reimar DöffingerAnother fix to really skip comments.
2017-04-13 Reimar DöffingerFix skipping of comments.
2017-04-13 Reimar DöffingerAdd Old Church Slavonic and Pennsylvania German.
2017-03-23 Reimar DöffingerAdd Sicilian
2017-02-11 Reimar DöffingerFix PT spelling for category links.
2017-02-11 Reimar DöffingerFix crash in dictionary generation for PT input.
2017-02-11 Reimar DöffingerSupport pt and es wiktionary in splitter.
2016-12-13 Reimar DöffingerAdd FR-PT dictionary.
2016-11-08 Reimar DöffingerApply astyle code formatting.
2016-10-13 Reimar DöffingerAdd support for generating IT-RU dictionary.
2016-10-05 Reimar DöffingerFix it-noun parser.
2016-10-05 Reimar DöffingerFix typo, not sure what it fixes though.
2016-10-05 Reimar DöffingerPartial progress to fix frwiktionary parsing.
2016-04-15 Reimar DöffingerSupport generation FR-AR dictionary.
2016-03-19 Reimar DöffingerAdd missing | in pattern.
2015-12-17 Reimar DöffingerFix filtering out translation from French HTML.
2015-12-16 Reimar DöffingerFix for splitting Mandarin/Cantonese/...
2015-12-16 Reimar DöffingerFix splitting of Greek/Ancient Greek.
2015-12-14 Reimar DöffingerImprove tokenizer speed.
2015-12-13 Reimar DöffingerFix parsing of examples with multiline foreign part.
2015-12-13 Reimar DöffingerMinor code cleanup.
2015-12-13 Reimar DöffingerAvoid replaceAll.
2015-12-12 Reimar DöffingerFix German name for latin.
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öffingerAlso accept language variants as Spanish.
2015-08-28 Reimar DöffingerReport error when hitting end when searching token.
2015-08-28 Reimar DöffingerSmall updates to dictionary generation.
2015-08-27 Reimar DöffingerAdd script to help with dictionary generation.
2015-08-24 Reimar DöffingerReplace com.sun.xml.internal.rngom.util.Uri.
2015-08-24 Reimar DöffingerDisable some debug code to allow compilation.
2013-12-26 Thad HughesFixes for Malay$ and reorderings due to new ICU4J.
2013-12-03 Thad HughesUpdate WiktionaryLangs.
2013-04-07 Thad Hughesgo
2013-01-09 Thad HughesFix Malay/Malayalam, add test for "buon g".
2013-01-05 Thad HughesFixed comment for German dictionary.
2013-01-03 Thad HughesEliminated <ref>s.
2013-01-03 Thad HughesSkip Italian references.
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-12-16 Thad HughesUpdate to latest wiktionaries, update unit tests, der...
2012-12-03 Thad Hughesgo
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 thadhDon't handle it-conj in EnParser.
2012-09-25 thadhit-noun.
2012-09-25 thadhLink forms, page limit arabic, change HTML.
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 thadhExpand italian test to get verb conjuations.
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-18 thadhUpdate unit tests for parsing function name.
2012-09-18 thadhFixed Builder, and escaping arg names.
2012-09-11 thadhHtmlEntries don't count as main entries.
2012-09-10 thadhWhitespace.
2012-09-10 thadhWhitespace.
next