summaryrefslogtreecommitdiff
path: root/lulua/stats.py
AgeCommit message (Collapse)AuthorFilesLines
2021-10-27report: Add triad analysisLars-Dominik Braun1-1/+7
Create and add a new plot that should indicate how difficult typing common triads is.
2021-10-27report: Remove example sentences.Lars-Dominik Braun1-48/+0
I feel they don’t really convey which parts of a layout are difficult to use and the sentences used were quite arbitrary. They should be replaced by something better.
2020-11-01Explain design decisionsLars-Dominik Braun1-1/+24
Fixes #10.
2020-05-16report: Add simple sentence effort visualizationLars-Dominik Braun1-0/+56
Trying to give the reader a sense for how difficult carpalx thinks certain parts of a sentence are. Conclusions are only valid for a single layout and comparison between them is not possible.
2020-03-28stats: Enumerate combinationsLars-Dominik Braun1-2/+4
2020-02-22doc: Switch to jinja2-based renderingLars-Dominik Braun1-59/+11
Pre-rendering HTML was not the best idea. Instead pre-process the data, cache it into data files and do the HTML rendering only as the final step. Also adds asymmetry to analysis and uses tabular numbers and spaces instead of ugly table hacks to align numbers.
2020-02-13Fix HTML5 validation errorsLars-Dominik Braun1-1/+1
2019-11-17Add more testsLars-Dominik Braun1-3/+43
2019-11-16doc: Auto-generate corpus tableLars-Dominik Braun1-0/+58
2019-11-08Add United Nations Parallel Corpus v1.0Lars-Dominik Braun1-3/+7
See issue #5.
2019-11-03stats: Word stats+LatinIME rendererLars-Dominik Braun1-2/+69
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-10-06stats: Use displayText in pretty stats as wellLars-Dominik Braun1-1/+2
2019-10-03doc: Add hand/finger stats to all layoutsLars-Dominik Braun1-9/+31
Adds a preprocessing step to the doc HTML document.
2019-09-30stats/render: Add keyboard heatmap renderingLars-Dominik Braun1-1/+18
2019-09-29carpalx: Add model by Salvo et al.Lars-Dominik Braun1-2/+2
2019-09-28analyze: Customizeable triadfreq outputLars-Dominik Braun1-0/+4
Add commandline args to triadfreq.
2019-09-21Consolidate command line utilsLars-Dominik Braun1-6/+27
2019-09-17Initial importLars-Dominik Braun1-0/+222