Basma
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -87,7 +87,7 @@ We introduced **four types of common Arabic text errors** to enhance the dataset
|
|
87 |
- Replaced letters with phonetically similar ones.
|
88 |
- Example: `ن` ↔ `م`, `س` ↔ `ث`.
|
89 |
|
90 |
-
4. **Diacritic Errors**
|
91 |
- Altered or removed Arabic diacritics (`Tashkeel`).
|
92 |
- Example: `كَتَبَ` → `كَتُبَ`.
|
93 |
|
@@ -110,20 +110,22 @@ print(dataset['train'][0]) # Show first sample
|
|
110 |
## Collaborators
|
111 |
|
112 |
- **[Basma M.](https://huggingface.co/FlouBsy)** (Main Contributor)
|
113 |
-
- **[Selsabeel A.](https://huggingface.co/
|
114 |
|
115 |
## Citations
|
116 |
|
|
|
117 |
@misc{arabic_tashkeel_dataset,
|
118 |
-
author =
|
119 |
-
title = {Arabic Tashkeel Dataset},
|
120 |
year = {2024},
|
121 |
url = {https://huggingface.co/datasets/Abdou/arabic-tashkeel-dataset}
|
122 |
}
|
123 |
|
124 |
@misc{Text-with-Diacritics-Correction,
|
125 |
author = {Basma M., Selsabeel A.},
|
126 |
-
title = {Arabic Speech & Typing Errors with Diacritics Dataset},
|
127 |
year = {2025},
|
128 |
url = {https://huggingface.co/datasets/FlouBsy/Text-with-Diacritics-Correction}
|
129 |
-
}
|
|
|
|
87 |
- Replaced letters with phonetically similar ones.
|
88 |
- Example: `ن` ↔ `م`, `س` ↔ `ث`.
|
89 |
|
90 |
+
4. **Diacritic Errors** 🐪
|
91 |
- Altered or removed Arabic diacritics (`Tashkeel`).
|
92 |
- Example: `كَتَبَ` → `كَتُبَ`.
|
93 |
|
|
|
110 |
## Collaborators
|
111 |
|
112 |
- **[Basma M.](https://huggingface.co/FlouBsy)** (Main Contributor)
|
113 |
+
- **[Selsabeel A.](https://huggingface.co/Selsabeel)**
|
114 |
|
115 |
## Citations
|
116 |
|
117 |
+
```
|
118 |
@misc{arabic_tashkeel_dataset,
|
119 |
+
author = [Abdou](https://huggingface.co/Abdou),
|
120 |
+
title = {{Arabic Tashkeel Dataset}},
|
121 |
year = {2024},
|
122 |
url = {https://huggingface.co/datasets/Abdou/arabic-tashkeel-dataset}
|
123 |
}
|
124 |
|
125 |
@misc{Text-with-Diacritics-Correction,
|
126 |
author = {Basma M., Selsabeel A.},
|
127 |
+
title = {{Arabic Speech & Typing Errors with Diacritics Dataset}},
|
128 |
year = {2025},
|
129 |
url = {https://huggingface.co/datasets/FlouBsy/Text-with-Diacritics-Correction}
|
130 |
+
}
|
131 |
+
```
|