https://github.com/regit/bg-en-dict
Tools to build a Bulgarian English dictionary in mobi format
https://github.com/regit/bg-en-dict
Last synced: 9 months ago
JSON representation
Tools to build a Bulgarian English dictionary in mobi format
- Host: GitHub
- URL: https://github.com/regit/bg-en-dict
- Owner: regit
- Created: 2015-08-22T17:13:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T16:07:16.000Z (almost 11 years ago)
- Last Synced: 2025-04-04T13:16:18.812Z (over 1 year ago)
- Language: Python
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=============================================
Bulgarian - English dictionary in mobi format
=============================================
Introduction
============
This is a set of tools that can be used to to build a
Bulgarian to English dictionary in mobi format. It is
using the data file from BGOffice as a base. Result has
been tested successfully on Kindle.
Integration with Kindle is working correctly for words
as the different forms of the words have been extracted
from wiktionary content.
License
=======
Dictionary is available under GNU General Public License version
2 and tools are GNU Library General Public License version 2
or (at your option) any later version.
Download
========
You can download a built version at the following
url: https://home.regit.org/~regit/regit-bg-en.mobi
Motivation
==========
As I was not able to buy a Bulgarian English dictionary that
could be use on a Kindle, I decided to build one using freely
available resources.
Method
======
Start kiwix-server: ::
bin/kiwix-serve --port=8080 wiktionary_bg_all_nopic_2015-08.zim
Launch conversion script: ::
./tab2opf -utf bg-en.csv
Convert opf output to mobi ::
./kindlegen -verbose bg-en.opf
More to come...