-
Hello, Also, as a side note, have you looked at the Linguee downloadable .gindex files? Linguee is a translator app from deepl.com and it has a gratis android app with no ads which can download all the necessary files for complete off-line use. Thanks a lot for your effort and time & any tips will be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
If you don't mind keeping an internal index file (or in-memory loaded on startup) for lookup, I would suggest something simple like CSV or Tabfile (CSV is simplest). Otherwise (if you want the glossary with an index itself), I would suggest DICT.org / Dictd format. |
Beta Was this translation helpful? Give feedback.
-
I hadn't heard of Linguee. |
Beta Was this translation helpful? Give feedback.
If you don't mind keeping an internal index file (or in-memory loaded on startup) for lookup, I would suggest something simple like CSV or Tabfile (CSV is simplest).
You can find their document files in: https://github.com/ilius/pyglossary/tree/master/doc/p
And their Python codes in: https://github.com/ilius/pyglossary/tree/master/pyglossary/plugins
Otherwise (if you want the glossary with an index itself), I would suggest DICT.org / Dictd format.
Even though StarDict format is much more popular, it has a lot of features and it's complicated, and very few programs (probably none except for the official StarDict application) have full support of the format.