Datasets:
Upload 2 files
Browse files- LICENSE.txt +22 -0
- README.md +83 -0
LICENSE.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Sindhi Open Lexicon Master Dataset
|
| 2 |
+
|
| 3 |
+
Publisher:
|
| 4 |
+
SindhiLanguage.org
|
| 5 |
+
https://sindhilanguage.org/
|
| 6 |
+
|
| 7 |
+
Prepared and curated by:
|
| 8 |
+
Amar Fayaz Buriro (امر فياض ٻرڙو)
|
| 9 |
+
|
| 10 |
+
License / Usage:
|
| 11 |
+
This dataset is released for research, education, AI/NLP development, software development, and non-malicious public-interest use.
|
| 12 |
+
|
| 13 |
+
Mandatory Attribution:
|
| 14 |
+
Any public use, redistribution, derivative dataset, application, model card, research paper, API, or AI/LLM training note using this dataset must acknowledge:
|
| 15 |
+
|
| 16 |
+
SindhiLanguage.org
|
| 17 |
+
https://sindhilanguage.org/
|
| 18 |
+
|
| 19 |
+
Prepared and curated by Amar Fayaz Buriro (امر فياض ٻرڙو)
|
| 20 |
+
|
| 21 |
+
No Warranty:
|
| 22 |
+
The dataset is provided as-is. Users are responsible for validating suitability for their own projects.
|
README.md
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Sindhi Open Lexicon Master Dataset
|
| 2 |
+
|
| 3 |
+
**Publisher:** SindhiLanguage.org
|
| 4 |
+
**Website:** https://sindhilanguage.org/
|
| 5 |
+
**Prepared and curated by:** Amar Fayaz Buriro (امر فياض ٻرڙو)
|
| 6 |
+
|
| 7 |
+
## Overview
|
| 8 |
+
|
| 9 |
+
This is a developer-ready and AI-ready master lexical dataset for the Sindhi language.
|
| 10 |
+
It contains lexical entries from multiple Sindhi dictionary and terminology sources, normalized into CSV, JSONL, and SQLite formats.
|
| 11 |
+
|
| 12 |
+
## Dataset Statistics
|
| 13 |
+
|
| 14 |
+
- Total entries: **223,342**
|
| 15 |
+
- ٺيٺ سنڌي ٻول / جامع سنڌي لغات entries: **80,588**
|
| 16 |
+
- Mewaram لغت entries: **29,514**
|
| 17 |
+
|
| 18 |
+
## Included Files
|
| 19 |
+
|
| 20 |
+
```text
|
| 21 |
+
data/sindhi_open_lexicon_master_223342.csv
|
| 22 |
+
data/sindhi_open_lexicon_master_223342.jsonl
|
| 23 |
+
sqlite/sindhi_open_lexicon_master_223342.sqlite
|
| 24 |
+
metadata/stats.json
|
| 25 |
+
metadata/sources.json
|
| 26 |
+
LICENSE.txt
|
| 27 |
+
README.md
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
## Main Fields
|
| 31 |
+
|
| 32 |
+
- `lexical_id` — stable generated ID
|
| 33 |
+
- `entry_id` — original database ID
|
| 34 |
+
- `word` — headword / lexical item
|
| 35 |
+
- `word_with_airab_or_variant` — variant or diacritic form where available
|
| 36 |
+
- `part_of_speech` — grammatical category where available
|
| 37 |
+
- `domain` — subject/domain where available
|
| 38 |
+
- `definition` — meaning or definition
|
| 39 |
+
- `language_direction` — language/source direction
|
| 40 |
+
- `source_dictionary` — original dictionary/source
|
| 41 |
+
- `normalized_word` — normalized searchable word
|
| 42 |
+
- `normalized_definition` — normalized searchable definition
|
| 43 |
+
- `extra` — additional original metadata where available
|
| 44 |
+
|
| 45 |
+
## Source Counts
|
| 46 |
+
|
| 47 |
+
- جامع سنڌي لغات: 80,588
|
| 48 |
+
- Official Terms: 37,599
|
| 49 |
+
- Mewaram لغت: 29,514
|
| 50 |
+
- English → Sindhi: 21,726
|
| 51 |
+
- Devanagari/Sindhi → English: 16,519
|
| 52 |
+
- Hindi → Sindhi: 15,300
|
| 53 |
+
- Trade & Commerce: 7,998
|
| 54 |
+
- Haematology: 5,158
|
| 55 |
+
- Arabic → Sindhi: 4,566
|
| 56 |
+
- Print Technology: 4,374
|
| 57 |
+
|
| 58 |
+
## Usage
|
| 59 |
+
|
| 60 |
+
This dataset may be used for:
|
| 61 |
+
|
| 62 |
+
- Sindhi language applications
|
| 63 |
+
- AI and NLP systems
|
| 64 |
+
- Large Language Model training and evaluation
|
| 65 |
+
- Search, dictionary, and lexicon portals
|
| 66 |
+
- Educational and linguistic research
|
| 67 |
+
|
| 68 |
+
## Required Attribution
|
| 69 |
+
|
| 70 |
+
Any public use, redistribution, model training note, research paper, or application using this dataset should acknowledge:
|
| 71 |
+
|
| 72 |
+
**SindhiLanguage.org**
|
| 73 |
+
https://sindhilanguage.org/
|
| 74 |
+
|
| 75 |
+
**Prepared and curated by Amar Fayaz Buriro (امر فياض ٻرڙو)**
|
| 76 |
+
|
| 77 |
+
## Suggested Citation
|
| 78 |
+
|
| 79 |
+
Sindhi Open Lexicon Master Dataset, published at SindhiLanguage.org, prepared and curated by Amar Fayaz Buriro (امر فياض ٻرڙو).
|
| 80 |
+
|
| 81 |
+
## Notes
|
| 82 |
+
|
| 83 |
+
The dataset preserves source-level attribution for transparency. Some entries may contain incomplete grammar or domain fields because the original dictionaries differ in structure.
|