summaryrefslogtreecommitdiff
path: root/gen.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-11-16doc: Auto-generate corpus tableLars-Dominik Braun1-2/+26
2019-11-08Add OpenSubtitles corpusLars-Dominik Braun1-1/+8
See issue #5.
2019-11-08Add United Nations Parallel Corpus v1.0Lars-Dominik Braun1-1/+8
See issue #5.
2019-11-03stats: Word stats+LatinIME rendererLars-Dominik Braun1-3/+11
Add word stats (well, tokens seperated by non-letter symbols really, but that’s alright) and dumping into an LatinIME-compatible dictionary file (for Android).
2019-11-02render: Improve generated SVG compatibilityLars-Dominik Braun1-3/+5
Switch to proper SVG user coordinate rendering instead of font-dependent sizes. Embed WOFF2 fonts, so images have proper fonts when embedded. Remove font blobs and submodule IBM’s plex git repo.
2019-10-05optimize: Support wildcard pinsLars-Dominik Braun1-1/+1
2019-10-03text: Add epub reader and hindawi corpusLars-Dominik Braun1-1/+9
See issue #5.
2019-10-03doc: Add hand/finger stats to all layoutsLars-Dominik Braun1-6/+28
Adds a preprocessing step to the doc HTML document.
2019-10-03Replace Makefile with ninjaLars-Dominik Braun1-0/+109
Also generate and use heatmaps for all layouts by default.