Tool to get declension tables for Russian nouns (and hopefuly some exercises in the future).
I started this project in the end of last year as a way to speed up my searches in wikitionary while also learning Rust (and GTK) along the way.
I'm learning as I go, so the code is possibly very wrong in many many ways but it's at least currently working (except the practice window, that hasn't been done yet), and that's basically why I put it here, as it may be useful for others to have a simple working example of the things I used (gtk-rs, calls to the wikipedia API, etc).
The database (ru_practice.db) is a derivative of the file dict.opcorpora.xml from http://opencorpora.org, used under CC-BY-SA 3.0. "ru_practice.db" is licenced under CC-BY-SA 3.0.
The source code is licensed under the GPLv2 or later as below:
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.