text stringlengths 0 80 |
|---|
en-pa.sqlite3 pa-en.sqlite3 (Punjabi) |
Southeast Asian Languages: |
-------------------------- |
en-ms.sqlite3 ms-en.sqlite3 (Malay) |
European Languages: |
------------------- |
en-uk.sqlite3 uk-en.sqlite3 (Ukrainian) |
en-ro.sqlite3 ro-en.sqlite3 (Romanian) |
en-hu.sqlite3 hu-en.sqlite3 (Hungarian) |
African Languages: |
------------------ |
en-sw.sqlite3 sw-en.sqlite3 (Swahili) |
Philippine Languages: |
--------------------- |
en-fil.sqlite3 fil-en.sqlite3 (Filipino/Tagalog) |
================================================================================ |
DATABASE SCHEMA |
================================================================================ |
WikDict Tables: |
--------------- |
simple_translation: |
- written_rep (TEXT) : Source word |
- trans_list (TEXT) : Translation(s) |
- max_score (REAL) : Quality score |
- rel_importance (REAL) : Relative importance |
translation: |
- lexentry (TEXT) : Lexical entry ID |
- written_rep (TEXT) : Source word |
- trans_list (TEXT) : Translation(s) |
- score (REAL) : Quality score |
- importance (REAL) : Importance weight |
Kaikki.org Tables: |
------------------ |
entries: |
- id (INTEGER) : Primary key |
- written_rep (TEXT) : Source word |
- trans_list (TEXT) : Translation/definition |
- pos (TEXT) : Part of speech |
- example (TEXT) : Example sentence |
================================================================================ |
USAGE |
================================================================================ |
Query Example (both sources): |
----------------------------- |
SELECT written_rep, trans_list |
FROM [table_name] |
WHERE written_rep LIKE 'hello%' |
LIMIT 10; |
Table Detection: |
---------------- |
- If 'entries' table exists -> Kaikki.org source |
- If 'simple_translation' exists -> WikDict source |
- If 'translation' exists -> WikDict source |
================================================================================ |
FILE SIZE SUMMARY |
================================================================================ |
Total Size: ~622 MB |
Largest Dictionaries: |
- de-en.sqlite3: ~19 MB (127,544 entries) |
- en-fr.sqlite3: ~28 MB |
- ko-en.sqlite3: ~17 MB (68,805 entries) |
- zh-en.sqlite3: ~14 MB |
Smallest Dictionaries: |
- en-pa.sqlite3: ~0.25 MB |
- en-kn.sqlite3: ~0.4 MB |
- en-gu.sqlite3: ~0.5 MB |
================================================================================ |
ATTRIBUTION |
================================================================================ |
This dataset is derived from: |
1. WikDict (https://wikdict.com) |
- License: CC-BY-SA 3.0 |
- Based on Wiktionary data |
2. Kaikki.org (https://kaikki.org) |
- License: CC-BY-SA 4.0 |
- Wiktionary machine-readable extracts |
When using this dataset, please provide attribution to: |
- WikDict contributors |
- Wiktionary contributors |
- Kaikki.org |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.