Add multilingual Quran dataset with translations
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Multilingual Quran Dataset
|
| 2 |
|
| 3 |
A **multilingual Quran dataset** containing the original Arabic text along with translations in multiple languages: Bangla, English, Spanish, French, Indonesian, Russian, Turkish, and Chinese. Each verse includes metadata such as chapter number, verse number, chapter names, transliterations, and verse text in all available languages.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ar
|
| 4 |
+
- bn
|
| 5 |
+
- en
|
| 6 |
+
- es
|
| 7 |
+
- fr
|
| 8 |
+
- id
|
| 9 |
+
- ru
|
| 10 |
+
- tr
|
| 11 |
+
- zh
|
| 12 |
+
license: cc-by-4.0
|
| 13 |
+
tags:
|
| 14 |
+
- text
|
| 15 |
+
- multilingual
|
| 16 |
+
- translation
|
| 17 |
+
- quran
|
| 18 |
+
pretty_name: Multilingual Quran Dataset
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
# Multilingual Quran Dataset
|
| 22 |
|
| 23 |
A **multilingual Quran dataset** containing the original Arabic text along with translations in multiple languages: Bangla, English, Spanish, French, Indonesian, Russian, Turkish, and Chinese. Each verse includes metadata such as chapter number, verse number, chapter names, transliterations, and verse text in all available languages.
|