From 9c09c62a00aad211484e23940e70ab8dfe1ea65c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 3 Nov 2019 21:37:30 +0100 Subject: stats: Word stats+LatinIME renderer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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). --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.rst') 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/ -- cgit v1.2.3