08-18-2020, 09:15 AM | #1 |
Junior Member
Posts: 1
Karma: 10
Join Date: Aug 2020
Device: Cybook Odyssey
|
Converting dictionaries via Penelope.
Hey, guys. I think I've read everything available on this topic, but I still have zero ideas, how to do this. Maybe I am missing something, but I've never worked with python before and I simply have no knowledge. Maybe there is a thorough guide, how to pull this, or maybe there is another way to get some EN/EN anf EN/RU dictionaries?
|
08-28-2020, 05:49 AM | #2 |
Guru
Posts: 911
Karma: 149881
Join Date: Jul 2013
Location: Netherlands
Device: HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
|
Hello CampfireEdition,
Penelope is here: https://github.com/pettarin/penelope If you scroll down on the linked page you see what you must do to install and use. It is most easily done in Linux, but you could install python on windows and run it from there. The help states: Code:
optional arguments: -h, --help show this help message and exit -d, --debug enable debug mode (default: False) -f LANGUAGE_FROM, --language-from LANGUAGE_FROM from language (ISO 639-1 code) -i INPUT_FILE, --input-file INPUT_FILE input file name prefix(es). Multiple prefixes must be comma-separated. -j INPUT_FORMAT, --input-format INPUT_FORMAT from format (values: bookeen|csv|kobo|stardict|xml) -k, --keep keep temporary files (default: False) -o OUTPUT_FILE, --output-file OUTPUT_FILE output file name -p OUTPUT_FORMAT, --output-format OUTPUT_FORMAT to format (values: bookeen|csv|epub|kobo|mobi|stardict|xml) Code:
python -m penelope -i stardict-dictionary-name -j stardict -f en -t ru -p bookeen -o bookeen-dictionary-name |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Please help with converting dicts with Penelope ? | khahoon | Workshop | 18 | 04-22-2019 01:04 AM |
Converting Kindle dictionaries to Kobo | FabianoSt | Kobo Reader | 3 | 01-10-2017 09:33 AM |
on converting .mobi dictionaries to pb format | teofrast | PocketBook | 8 | 02-28-2011 05:26 PM |
Converting Mobi Dictionaries to other formats | ChristopherTD | Kindle Formats | 13 | 01-07-2011 01:43 PM |
Converting StarDict (and other) dictionaries to iPad | owl123 | Apple Devices | 0 | 06-22-2010 07:38 AM |