summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2019-11-03 21:37:30 +0100
committerLars-Dominik Braun <lars@6xq.net>2019-11-03 21:37:30 +0100
commit9c09c62a00aad211484e23940e70ab8dfe1ea65c (patch)
tree8fde0ca2358f1d3dd18def1e5dae00b50182f156 /README.rst
parent80a7db488ac82fdf67a2d30fc3c9bf2709612c17 (diff)
downloadlulua-9c09c62a00aad211484e23940e70ab8dfe1ea65c.tar.gz
lulua-9c09c62a00aad211484e23940e70ab8dfe1ea65c.tar.bz2
lulua-9c09c62a00aad211484e23940e70ab8dfe1ea65c.zip
stats: Word stats+LatinIME renderer
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).
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e26a49b..123246a 100644
--- a/README.rst
+++ b/README.rst
@@ -31,7 +31,8 @@ To get a pretty picture (SVG) of your layout render it:
lulua-render -l evolved.yaml svg evolved.svg
-It is highly recommended to use pypy3_ instead of CPython.
+It is highly recommended to use pypy3_ instead of CPython and a machine with
+lots of RAM (at least 16 GB).
.. _pypy3: http://pypy.org/