Replies: 2 comments
-
Improvement of the GUI related to DPS editing:
|
Beta Was this translation helpful? Give feedback.
-
Exporters:
The goal of this task is to develop a comprehensive exporter for the Russian dictionary, along with an inflection generator, incorporating all functionalities found in the existing DPD system. The exporter will allow users to access and manage the Russian dictionary data, including word entries, definitions, and relevant grammatical information, while also generating inflections for Russian words based on their grammatical properties.
Currently, dps_csv.py make dps_full.csv Expected behavior: Both the RU and SBS dictionaries need to be generated directly from the database, similar to what dpd-exporter does. The Russian dictionary should retain all the tabs that DPD has (including frequency, etc.), with translations only. Additionally, the Russian dictionary must include Russian declination tables, which are translations of the DPD declination tables. The SBS dictionary doesn't need to have any declination tables. As it's currently set up, the SBS dictionary should only display SBS examples. And when "meaning_1" is empty it should display grammar. Thus, when using SBS and DPD together, duplicated data won't be displayed. The summary of both dictionaries should mirror the current format found in the dps exporter. Ideally, all project needs to be in dps/exporter folder inside the dpd-db repo Also, worth to mention that there are some changes and replacements in meaning_1 that occurred before exporting. It can be seen in the anki_csvs.py lines 40-52 |
Beta Was this translation helpful? Give feedback.
-
Improvement of the database for work in the browser (such as DB Browser for SQLite):
Beta Was this translation helpful? Give feedback.
All reactions