projects
/
DictionaryPC.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
DictionaryPC.git
2021-02-13
Frédéric Perrin
Attempt at using maven for compilation
master
commit
|
commitdiff
|
tree
|
snapshot
2021-02-07
Frédéric Perrin
Escape only unicode chars
commit
|
commitdiff
|
tree
|
snapshot
2021-02-07
Frédéric Perrin
Move library search to a common file
commit
|
commitdiff
|
tree
|
snapshot
2021-02-06
Frédéric Perrin
Enable single-language dictionary
commit
|
commitdiff
|
tree
|
snapshot
2021-02-06
Frédéric Perrin
Fix pathnames
commit
|
commitdiff
|
tree
|
snapshot
2021-01-30
Frédéric Perrin
Revert "Fix compile warnings."
commit
|
commitdiff
|
tree
|
snapshot
2020-12-27
Reimar Döffinger
Align with optimized Dictionary repo code.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-27
Reimar Döffinger
Use optimized StringUtil.split() function.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-27
Reimar Döffinger
Some minor optimizations.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-27
Reimar Döffinger
Minor simplification of DictFileParser.
commit
|
commitdiff
|
tree
|
snapshot
2020-12-20
Reimar Döffinger
Merge pull request #5 from christophlingg/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2020-12-20
Reimar Döffinger
Merge pull request #3 from zorun/swedish
commit
|
commitdiff
|
tree
|
snapshot
2020-12-20
Christoph Lingg
include dict.cc entries with subject labels
commit
|
commitdiff
|
tree
|
snapshot
2020-05-24
Reimar Döffinger
Add native-image.cmd to build a Windows native binary
commit
|
commitdiff
|
tree
|
snapshot
2020-05-24
Reimar Döffinger
Explicitly specify source and target for javac command.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-25
Reimar Döffinger
WiktionarySplitter: implement parallel processing
commit
|
commitdiff
|
tree
|
snapshot
2020-04-25
Reimar Döffinger
Add scripts to compile a native image.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-25
Reimar Döffinger
Change scripts to be able to use a native-image binary...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-25
Reimar Döffinger
Also support CheckDictionariesMain in Runner.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-21
Reimar Döffinger
Add Runner class to allow to run all of the programs.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-21
Reimar Döffinger
Write v6 stoplist without using serialization features.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-16
Reimar Döffinger
Add parallel HashMap for faster lookups.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-16
Reimar Döffinger
Fix compilation.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-16
Reimar Döffinger
Avoid unnecessary use of String.format.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-16
Reimar Döffinger
Optimize escapedFindEnd.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-16
Reimar Döffinger
Optimize finding start of next token.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-16
Reimar Döffinger
Simplify newline handling and regexes.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-16
Reimar Döffinger
Optimize plaintext dispatch path.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-15
Reimar Döffinger
Fix run command, commons-lang3 is still needed (by...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-15
Reimar Döffinger
Optimize comparisons for TreeMap.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-15
Reimar Döffinger
Minor automated code simplifications.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-15
Reimar Döffinger
Avoid creating the same Matchers over and over.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Move v6 writing code here from Android code repo.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Add code to convert a Dictionary to the old v6 format.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Remove more left-overs from xerces dependency.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Get rid of xerces dependency.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Update runner scripts for compilation into bin/
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Consistent EOL format.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Enable all compiler warnings (-Xlint:all).
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Remove long obsolete googlecode_upload.py
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Put compiled .class files into bin/ directory.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Delete included jars, they are not the right versions...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Update run command to commons-text instead of commons...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Import cleanup/changes for Eclipse compatibility.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Reimar Döffinger
Minor code cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-11
Reimar Döffinger
Fix compile warnings.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-11
Reimar Döffinger
Remove unused functions that cause warnings.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-11
Reimar Döffinger
Explicitly specify encoding for compile command.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-11
Reimar Döffinger
Switch to new dictionary path.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-11
Reimar Döffinger
Also handle "paragraph end" newline character.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-11
Reimar Döffinger
Replace <sup></sup> sections with only digits by UTF-8.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-11
Reimar Döffinger
Exclude some more special titles not relevant for us.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-04
Reimar Döffinger
Switch to https download URL.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Baptiste Jonglez
Add french-swedish dictionary support.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-16
Reimar Döffinger
Explicitly request 4GB RAM to run WiktionarySplitter.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Reimar Döffinger
Refine fix for Spanish wiktionary.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Reimar Döffinger
Do not hard-code path to java binary.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Reimar Döffinger
Improve wiktionary splitter for Spanish and Portuguese
commit
|
commitdiff
|
tree
|
snapshot
2018-12-04
Reimar Döffinger
Add french-greek dictionary support.
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Reimar Döffinger
Add support for generating Romani dictionary.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Reimar Döffinger
Move several files out of Util.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Reimar Döffinger
Missing part of AR-ES support.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-26
Reimar Döffinger
Add AR-ES dictionary generation.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-26
Reimar Döffinger
Add German-Thai dictionary to generation list.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-15
Reimar Döffinger
Revert accidental changes to generate_dictionaries.sh.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-15
Reimar Döffinger
Reduce progress prints and optimize title check.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-15
Reimar Döffinger
Minor optimizations for endPage function.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-15
Reimar Döffinger
Move code out of loop that had no reason to be in it.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-15
Reimar Döffinger
Compress WiktionarySplitter output files.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-15
Reimar Döffinger
Support compressed input for parsers.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-15
Reimar Döffinger
Add a write buffer to wiktionary splitter outputs.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-15
Reimar Döffinger
Cache compiled patterns.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-14
Reimar Döffinger
Add read-ahead buffer to decompress in parallel.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Reimar Döffinger
WiktionarySplitter: Support compressed inputs.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-02
Reimar Döffinger
Add logic for generating DE-RO dictionary.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-02
Reimar Döffinger
Update to use Dictionary Util subproject.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-20
Reimar Döffinger
Switch to FileChannel and using Util from Dictionary...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-15
Reimar Döffinger
Add support for generating Low German dictionary.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-13
Reimar Döffinger
Prevent inserting duplicate Pairs.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-05
Reimar Döffinger
Add CollatorWrapper class to prepare for using ICU.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-05
Reimar Döffinger
Add AR-TR dictionary generation.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Reimar Döffinger
Clearer error message if newline could not be found.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Reimar Döffinger
Fix wikisplit of Pennsylvania German
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Reimar Döffinger
Avoids false parse errors due to ]] vs ] ].
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Reimar Döffinger
Another fix to really skip comments.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Reimar Döffinger
Make logging configurable, default to severe only.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Reimar Döffinger
Fix skipping of comments.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Reimar Döffinger
Add Old Church Slavonic and Pennsylvania German.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-23
Reimar Döffinger
Add Sicilian
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Reimar Döffinger
Update to work with latest Dictionary repo version.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-11
Reimar Döffinger
Fix PT spelling for category links.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-11
Reimar Döffinger
Add pt stoplist.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-11
Reimar Döffinger
Generate es and pt dictionaries, too.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-11
Reimar Döffinger
Fix crash in dictionary generation for PT input.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-11
Reimar Döffinger
Support pt and es wiktionary in splitter.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-11
Reimar Döffinger
Add pt download, make curl follow "moved permanently...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Reimar Döffinger
Add FR-PT dictionary.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Reimar Döffinger
Apply astyle code formatting.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
Reimar Döffinger
Add support for generating IT-RU dictionary.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-05
Reimar Döffinger
Add ES-CA dictionary to generation list.
commit
|
commitdiff
|
tree
|
snapshot
next