https://github.com/reader-dict/monolingual
Finally decent dictionaries based on Wiktionary for your beloved eBook reader. Daily updates & 13 languages supported so far.
https://github.com/reader-dict/monolingual
catalan-language danish-language dict dictionary ebook-reader english-language french-language german-language greek-language italian-language kobo norwegian-language plato portuguese-language python romanian-language russian-language spanish-language stardict swedish-language
Last synced: 3 months ago
JSON representation
Finally decent dictionaries based on Wiktionary for your beloved eBook reader. Daily updates & 13 languages supported so far.
- Host: GitHub
- URL: https://github.com/reader-dict/monolingual
- Owner: BoboTiG
- License: mit
- Created: 2020-04-12T08:23:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:10:50.000Z (about 1 year ago)
- Last Synced: 2024-10-29T09:59:15.879Z (about 1 year ago)
- Topics: catalan-language, danish-language, dict, dictionary, ebook-reader, english-language, french-language, german-language, greek-language, italian-language, kobo, norwegian-language, plato, portuguese-language, python, romanian-language, russian-language, spanish-language, stardict, swedish-language
- Language: Python
- Homepage: http://www.tiger-222.fr/?d=2020/04/17/22/14/21-un-dictionnaire-alternatif-et-complet-pour-votre-liseuse
- Size: 42.1 MB
- Stars: 406
- Watchers: 8
- Forks: 24
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-language-learning - ebook-reader-dict - 14 monolingual dictionaries extracted from Wiktionary in several languages. (Language Learning / Dictionaries)
README
# reader.dict Monolingual Dictionaries
π Features, **downloads**, and installation details on [reader.dict](https://www.reader-dict.com).
π Want to know what is being cooked, and what was done in past releases? Have a look at our [discussions](https://github.com/reader-dict/monolingual/discussions).
---
## Development
Set up a virtual environment:
```bash
python3.13 -m venv venv
# For Linux and Mac users
. venv/bin/activate
# For Windows users
. venv/Scripts/activate
```
Install, or update, dependencies:
```bash
python -m pip install -U pip
python -m pip install -r requirements-tests.txt
```
Run tests:
```bash
# All tests, must be run in two steps to prevent database issues
python -m pytest --doctest-modules wikidict
python -m pytest tests
# Skip those requiring a working internet connection
python -m pytest tests -m "not webtest"
```
Run linters, and quality checkers, before submitting a pull-request:
```bash
./check.sh
```
## Contributors π
[](#contributors-)
Thanks go to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

MickaΓ«l Schoentgen
π π» π π

Nicolas Froment
π π» π π

Attilio
π»

chopinesque
π»

Saeed Rasooli
π

Matthias C. Hormann
π»

tjader
π»

Victor
π»

John Koll
π

Marta Malberti
π

Arsenii Chaplinskii
π

Ander Romero
π

Dongchen Yue | ε²³δΈθΎ°
π

Johan Larsson
π»

kyxap
π

Baitur Ulukbekov
π

Florian Engel
π
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Stars β¨