The only thing coming to my mind rn is the marian/bergamont project, which is also used by firefox translate.. but it doesn't support conjugations afaik link: https://github.com/XapaJIaMnu/translateLocally
Fast and secure translation on your local machine, powered by marian and Bergamot. - GitHub - XapaJIaMnu/translateLocally: Fast and secure translation on your local machine, powered by marian and B...
I'm using a text file I get from dict.cc and then a shell function voc () { grep "$1" /home/docs/ref/englishgerman.txt } At least the german dictionary generally annotates genders. The verb forms are missing, though. But it works on the smallest (realistic) box and is as cross-platform as it gets.
Perhaps #AnkiDroid could be useful here? There are free sets of cards for an incredible amount of topics and languages. #Anki is about spaced repetition for learning stuff.
Sorry, only now I realize that you are looking for a dictionary. So this is not about learning systematically, but to check/ look up words. Probably Anki is not the right tool, here.
I used Anki to refesh my English vocabulary. So I cannot recommend anything for German - but it would probably be worth checking out some of the shared sets.
and their dictionary support includes StarDict format, which is a bit old format, but there's plenty of dictionaries online if you dig deeper.. regarding the tooling to query/use it, i don't know much bc i use it always on the ebook reader.. but i think there's python libs and probably some more software like check out https://github.com/phongvcao/vim-stardict/blob/master/python/stardict.py
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices - koreader/koreader
Matthew J •
Phel •
but it doesn't support conjugations afaik
link: https://github.com/XapaJIaMnu/translateLocally
GitHub - XapaJIaMnu/translateLocally: Fast and secure translation on your local machine, powered by marian and Bergamot.
GitHubDoug Webb •
Anselm Flügel •
voc ()
{
grep "$1" /home/docs/ref/englishgerman.txt
}
At least the german dictionary generally annotates genders. The verb forms are missing, though. But it works on the smallest (realistic) box and is as cross-platform as it gets.
Doug Webb •
Dict.cc seems really cool, I wonder why I've only been using Leo until now
cedricdes •
Doug Webb •
Looks really promising, with conjugation and such.
Sadly, it seems to not parse the mediawiki syntax, so you get loads of `|` and `{` instead of nice boxes.
Thanks!
cedricdes •
goebbe •
Doug Webb •
goebbe •
goebbe •
Doug Webb •
It does pretty much everything on the list except verb conjugations.
🚴 maricn ✊ •
and their dictionary support includes StarDict format, which is a bit old format, but there's plenty of dictionaries online if you dig deeper.. regarding the tooling to query/use it, i don't know much bc i use it always on the ebook reader.. but i think there's python libs and probably some more software like check out https://github.com/phongvcao/vim-stardict/blob/master/python/stardict.py
Dictionary support
GitHub