Hannes Krumbiegel
Hannes Krumbiegel
You are right about the FB2 support, looks reasonable, I have added it to my TODO list. The database is being generated by [my other project](https://github.com/Vuizur/ebook_dictionary_creator) (You can find the...
Yeah, the Kaikki data is really great. In my version I tried to get all the inflections and to link them properly up with the definitions (which sometimes is complicated...
I didn't get to updating the dictionaries yet, so it might download old versions of them, but the package has been installable through `pip install git+https://github.com/Vuizur/add-stress-to-epub` for a while now....
This is a good idea, I'll look into it. I also tested it for Kindle, but they strip custom CSS there (or something like that), so it doesn't work there...
I can't quite reproduce it. Have you clicked on "Submit" after entering your API key?
Hello, my solution is [here](https://github.com/Vuizur/ebook_dictionary_creator/blob/master/create_kindle_dict/create_kindle_dict.py). Note that you need to replace 1 function and a constant in pyglossary as described at the top of the file. It is also possible...
Here is a project that converts a tabfile to a fixed kindle dictionary: https://github.com/Vuizur/pyglossary-kindle-test/tree/master/pyglossary_kindle_test (Install it using `poetry install`, and execute `poetry run python ./pyglossary_kindle_test/edit_dictionary.py` (In the script file you...
The error message about `No module named 'pyglossary.plugin_lib.py310'` should not be a problem, in my experience pyglossary still works the same when it is thrown. If I understand it correctly...
>I later created sample dictionaries with 100, 1000, and 10 000 entries using [pyglossary-kindle-test](https://github.com/Vuizur/pyglossary-kindle-test) repository, all seemed to work fine. I also created Spanish-English dictionary using the En-Es.txt file that...
Hi, currently this is unfortunately not possible (I admit that I should add more documentation stating this). However, there exists https://github.com/karlb/wikdict-gen, which uses an approach that makes use of the...