From 481c69be02c95fbf20567d8de617315484e2d692 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 18 Apr 2019 23:20:46 +0300 Subject: major changes (unfortunately not done systematically) * keep the openrussian-sql.zip to avoid bitrot (sudden breakage when building the project against a recent DB) * allow lookups against inflections. A special table `bare_inflections` was added to the DB in order to speed this up. * authentic autocompletions taking every parameter into account, using a magic `-C` parameter * language selection via locale or -L * translation lookup * allow multiple search terms on the command line without escaping * all SQL strings are properly escaped now to avoid (accidental) code insertion * luautf8 is mandatory now and used much more, which is safer than handling Unicode strings with the builtin functions * ignore "disable" database entries * added option -V (verbatim) * more protections against empty fields * print "DERIVED FROM", "AUDIO", "USAGE" and various word relation sections * print word ranking and level (A1-C2...) --- openrussian-sql.zip | Bin 0 -> 35607877 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 openrussian-sql.zip (limited to 'openrussian-sql.zip') diff --git a/openrussian-sql.zip b/openrussian-sql.zip new file mode 100644 index 0000000..585e773 Binary files /dev/null and b/openrussian-sql.zip differ -- cgit v1.2.3