Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-4.0
|
| 3 |
+
language:
|
| 4 |
+
- ko
|
| 5 |
+
- ja
|
| 6 |
+
- zh
|
| 7 |
+
tags:
|
| 8 |
+
- dictionary
|
| 9 |
+
- korean
|
| 10 |
+
- japanese
|
| 11 |
+
- chinese
|
| 12 |
+
- language-learning
|
| 13 |
+
- vocabulary
|
| 14 |
+
pretty_name: Kotobase Dictionary
|
| 15 |
+
size_categories:
|
| 16 |
+
- 1M<n<10M
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Kotobase Dictionary
|
| 20 |
+
|
| 21 |
+
Pre-built SQLite dictionary database for [Kotobase](https://github.com/4pplet), an offline-first Korean/Japanese/Chinese dictionary and vocabulary learning app.
|
| 22 |
+
|
| 23 |
+
## Contents
|
| 24 |
+
|
| 25 |
+
- **4M+ dictionary entries** across Korean, Japanese, and Chinese
|
| 26 |
+
- **4.8M+ sense definitions** in multiple languages (English, Korean, Japanese, and more)
|
| 27 |
+
- **Example sentences** from Tatoeba
|
| 28 |
+
- **TOPIK level tags** (A/B/C) for Korean vocabulary
|
| 29 |
+
- **Frequency rankings** from Leipzig corpus data
|
| 30 |
+
- Full-text search via FTS5
|
| 31 |
+
|
| 32 |
+
## Sources
|
| 33 |
+
|
| 34 |
+
All data is compiled from open-source/open-data dictionaries:
|
| 35 |
+
|
| 36 |
+
| Source | License | Language |
|
| 37 |
+
|--------|---------|----------|
|
| 38 |
+
| [KRDict](https://krdict.korean.go.kr/) | CC-BY-SA | Korean |
|
| 39 |
+
| [JMDict](https://www.edrdg.org/jmdict/j_jmdict.html) | CC-BY-SA | Japanese |
|
| 40 |
+
| [CEDICT](https://www.mdbg.net/chinese/dictionary?page=cedict) | CC-BY-SA | Chinese |
|
| 41 |
+
| [Wiktionary/Kaikki](https://kaikki.org/) | CC-BY-SA | Multilingual |
|
| 42 |
+
| [Tatoeba](https://tatoeba.org/) | CC-BY | Example sentences |
|
| 43 |
+
| [OpenDict](https://opendict.korean.go.kr/) | Public | Korean |
|
| 44 |
+
|
| 45 |
+
## Usage
|
| 46 |
+
|
| 47 |
+
Download `dictionary.db` and place it in your Kotobase data directory, or let the app download it automatically on first launch.
|
| 48 |
+
|
| 49 |
+
## License
|
| 50 |
+
|
| 51 |
+
CC-BY-SA-4.0 (inherits from source dictionaries)
|