---
dataset_info:
features:
- name: root
dtype: string
- name: definition
dtype: string
- name: book_name
dtype: string
- name: url
dtype: string
splits:
- name: train
num_bytes: 166374980
num_examples: 56606
download_size: 82648135
dataset_size: 166374980
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: gpl-3.0
language:
- ar
pretty_name: Arabic Roots
---
# 🌱 Arabic Roots | الجذور العربية
## Dataset Summary
The "arabic-roots" dataset is a comprehensive collection of Arabic root words along with their detailed definitions, sourced from classical Arabic lexicons. It includes 56,606 rows of data, making it a valuable resource for researchers, linguists, and developers working on Arabic language processing and understanding.
## Dataset Example
An example row in the dataset:
```json
{
"root": "آء",
"definition": "آءٌ، ممدودة: في زَجْر الخيل في العساكر ونحوها، قال:في جَحُفلٍ لَجِبٍ جمٍّ صواهلُهُ...تسمعُ باللّيل، في حافاته، آءُوتقول في النداء: آفلان. الآءُ، والواحدةُ: آءة: شجرٌ لها حِمْلٌ يأكلُهُ النّعام، وتسمى [هذه] الشجرة: سرحة، وثمرها، الآءُ، وتصغيرها: أُوَيْأَةٌ.. وتأسيسُ بنائها من تأليف واوٍ بين همزتين، فلو قُلْتَ من الآء، كما تقولُ من النَّوْمِ: مَنامة على تقدير مَفْعَلة لقلت: مآءة، ولو اشتُقَّ منه فِعل كما يُشتقّ من القَرْظ، فقيل: مَقْرُوظ، فإِن كان يُدْبَغُ به أو يَؤْدَمُ به طعامٌ، أو يُخلَطُ به دواء قلت: هو مَؤُوءٌ مثل مَعُوع، ويقال من ذلك: أؤته بالآء آء.",
"book_name": "كتاب العين للخليل بن أحمد الفراهيدي",
"url": "http://arabiclexicon.hawramani.com/%d8%a2%d8%a1/?book=5"
}
```
## Dataset Structure
### Data Fields
- `root`: The root word in Arabic.
- `definition`: The detailed definition and explanation of the root word.
- `book_name`: The name of the book from which the definition is sourced.
- `url`: The URL to the source of the definition.
### Source Books
The dataset includes definitions from the following classical Arabic lexicons:
- كتاب العين للخليل بن أحمد الفراهيدي
- تاج اللغة وصِحاح العربية للجوهري
- المحكم والمحيط الأعظم لابن سيده الأندلسي
- المفردات في غريب القرآن للراغب الأصفهاني
- أساس البلاغة للزمخشري
- لسان العرب لابن منظور
- القاموس المحيط للفيروزآبادي
- تاج العروس لمرتضى الزبيدي
- المعجم العربي الإنجليزي
### Statistics
- Number of rows: 56,606
## Usage
The "arabic-roots" dataset can be used for various purposes, including but not limited to:
- Arabic language research
- Natural language processing (NLP) tasks
- Development of educational tools and resources
- Linguistic analysis and studies
## License
This dataset is available under the GPL-3.0 license.
## Citation
Please cite this dataset as:
```plaintext
@dataset{mohamed_rashad_2024_arabic_roots,
author = {Mohamed Rashad},
title = {arabic-roots},
year = {2024},
url = {http://arabiclexicon.hawramani.com/%d8%a2%d8%a1/?book=5},
note = {A comprehensive dataset of Arabic root words and their definitions from classical lexicons.}
}
```
## Acknowledgements
This dataset was created by Mohamed Rashad. Special thanks to the contributors and curators of the classical Arabic lexicons used in this dataset.