Datasets:
dictionaries: move to separate repo Asakiri/langdex-dictionaries (clean license separation)
Browse files- README.md +2 -8
- data/dictionaries/catalog.parquet +0 -3
README.md
CHANGED
|
@@ -73,15 +73,9 @@ The following tables are obtained from the Etymology Atlas (Luke Steuber; CC BY-
|
|
| 73 |
|
| 74 |
Translation coverage extends to approximately 5,700 languages through PanLex; definitions and IPA are available for approximately 5,000 languages through Wiktionary.
|
| 75 |
|
| 76 |
-
## Dictionaries
|
| 77 |
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
- `data/dictionaries/catalog.parquet` — an index of scanned dictionaries on archive.org, resolved to Glottolog codes and joined against LangDex coverage (`source_id`, `title`, `year`, `glottocode`, `language`, `family`, `downloads`, `public_domain`, `langdex_lexemes`). Ranks languages that have a public-domain dictionary but thin LangDex coverage.
|
| 81 |
-
- `data/dictionaries/entries/<source_id>.parquet` — the **digitized dictionary** (source of truth): `glottocode`, `gloss_lang`, `glosses[]`, `forms[]`, `pos`, `ipa`, `confidence`, `extract_model`, `source_id`. Independently useful as a dictionary; the LangDex `lexemes`/`senses`/`lexeme_concept` rows are a regenerable projection of it via deterministic gloss→concept linking.
|
| 82 |
-
- `data/dictionaries/ocr/<source_id>.parquet` — raw layout-preserving OCR per page (optional), so entries can be re-extracted without re-OCR.
|
| 83 |
-
|
| 84 |
-
Each entry's target-language forms become `lexemes`; the metalanguage gloss maps to the canonical `concept` hub, weaving the language into the pivot-free translation graph.
|
| 85 |
|
| 86 |
## Access
|
| 87 |
|
|
|
|
| 73 |
|
| 74 |
Translation coverage extends to approximately 5,700 languages through PanLex; definitions and IPA are available for approximately 5,000 languages through Wiktionary.
|
| 75 |
|
| 76 |
+
## Dictionaries
|
| 77 |
|
| 78 |
+
Digitized public-domain and openly-licensed scanned dictionaries for under-resourced languages live in a **separate companion dataset**, [Asakiri/langdex-dictionaries](https://huggingface.co/datasets/Asakiri/langdex-dictionaries) — kept apart so their mixed per-dictionary licensing never complicates this dataset's clean CC BY-SA core. The `open`-scope dictionaries there link into LangDex's shared concept hub.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
## Access
|
| 81 |
|
data/dictionaries/catalog.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7aaa39f1a436029678e5da705fb85371dde8d538c43a8e9f1bd056c6b3424531
|
| 3 |
-
size 85624
|
|
|
|
|
|
|
|
|
|
|
|