Skip to content

MarvNC/wikipedia-yomitan

Repository files navigation

Wikipedia for Yomitan

A conversion of the DBPedia short-abstract dumps of Wikipedia for Yomitan (formerly Yomichan). The dictionaries feature most of that language's Wikipedia, with each entry containing the abstract and a link to the Wikipedia article. Unfortunately there are no dumps of DBPedia after December 2022, so regular updates will not be possible until DBPedia starts updating again.

Built using yomichan-dict-builder. For more Yomitan dictionaries and tools, see Yomichan Dictionaries.

Download

Get the latest version from the releases page.

Warning

These dictionaries are quite large and may use 5x of the original zip file size after being imported to Yomitan.

Supported Languages

Language Wiki Entries
Arabic (العربية) ar 1162853
Basque (Euskara) eu 390609
Catalan (Català) ca 679999
Chinese (中文) zh 1249877
Czech (Čeština) cs 489997
Dutch (Nederlands) nl 1999971
Esperanto (Esperanto) eo 299996
French (Français) fr 2309295
German (Deutsch) de 2399998
Greek (Ελληνικά) el 199999
Hungarian (Magyar) hu 469999
Indonesian (Bahasa Indonesia) id 609999
Irish (Gaeilge) ga 54423
Italian (Italiano) it 1629999
Japanese (日本語) ja 1279999
Korean (한국어) ko 529999
Polish (Polski) pl 1439992
Portuguese (Português) pt 1049999
Russian (Русский) ru 1672218
Spanish (Español) es 1689995
Swedish (Svenska) sv 2449999
Ukrainian (Українська) uk 1129999

Note that English is not included as the exported file is too large and does not work in Yomitan. I suggest using an extension such as Wikiwand for English Wikipedia popups.

Screenshots

chrome_First_Love_初恋_-Wikiwand-_Google_Chrome_2023-12-17_14-49-50 chrome_Silent_(テレビドラマ)_-Wikiwand-_Google_Chrome_2023-12-17_14-31-07 chrome_维基百科,自由的百科全书_-_Google_Chrome_2023-12-19_17-41-33

License

The code in this repository is licensed under the MIT license.

Dev

This project uses bun.

To download and build a dictionary, run:

bun run start -l ja -d 2022-12-01

where ja is the language code and 2022.12.01 is the date of the dump (there are no newer DBPedia versions).

To download and build all available languages, run:

bun run start -a

If you want to export a minimal dictionary with 1000 lines for testing, set an environment variable:

NODE_ENV=dev