diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2019-04-18 23:20:46 +0300 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2019-04-18 23:20:46 +0300 |
| commit | 481c69be02c95fbf20567d8de617315484e2d692 (patch) | |
| tree | 71bf406543586f278a5e779a0befa57f0fe529e9 /.gitignore | |
| parent | 07d4fa1fe85eba554becb20bb4a872acb320a423 (diff) | |
| download | openrussian-cli-481c69be02c95fbf20567d8de617315484e2d692.tar.gz | |
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<lang>
* 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...)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ openrussian -openrussian-sql.zip openrussian-sqlite3.db +# This file is currently versioned, so it should not be ignored. +#openrussian-sql.zip |
