MohamedRashad commited on
Commit
deca776
1 Parent(s): 969011b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -9
README.md CHANGED
@@ -30,15 +30,11 @@ size_categories:
30
  ---
31
 
32
 
33
- ### Dataset Description
34
 
35
  The Abu El-Khair Arabic News Corpus (arabic-billion-words) is a comprehensive collection of Arabic text, encompassing over five million newspaper articles. The corpus is rich in linguistic diversity, containing more than a billion and a half words, with approximately three million unique words. The text is encoded in two formats: UTF-8 and Windows CP-1256, and marked up using two markup languages: SGML and XML.
36
 
37
- ### Languages
38
-
39
- - Arabic
40
-
41
- ### Data Instances
42
 
43
  An example from the "Almasryalyoum" configuration subset:
44
 
@@ -53,7 +49,7 @@ An example from the "Almasryalyoum" configuration subset:
53
  }
54
  ```
55
 
56
- ### Data Fields
57
 
58
  The dataset comprises the following fields:
59
  - "url": string, original URL of the article.
@@ -61,7 +57,7 @@ The dataset comprises the following fields:
61
  - "date": string, date of the article.
62
  - "text": string, textual content of the article.
63
 
64
- ### Data Splits
65
 
66
  The dataset is divided into a single "training" split, with the following distribution of examples across different configuration subsets:
67
 
@@ -78,6 +74,6 @@ The dataset is divided into a single "training" split, with the following distri
78
  | Techreen | 314,597 |
79
  | Youm7 | 1,172,136 |
80
 
81
- ### Dataset Usage
82
 
83
  This dataset is valuable for natural language processing (NLP) tasks, including but not limited to sentiment analysis, topic modeling, and language modeling in the context of Arabic news articles. Researchers and practitioners in the field of NLP can benefit from the diverse linguistic content and the substantial size of the corpus.
 
30
  ---
31
 
32
 
33
+ # Arabic Billion Words Description
34
 
35
  The Abu El-Khair Arabic News Corpus (arabic-billion-words) is a comprehensive collection of Arabic text, encompassing over five million newspaper articles. The corpus is rich in linguistic diversity, containing more than a billion and a half words, with approximately three million unique words. The text is encoded in two formats: UTF-8 and Windows CP-1256, and marked up using two markup languages: SGML and XML.
36
 
37
+ ## Data Example
 
 
 
 
38
 
39
  An example from the "Almasryalyoum" configuration subset:
40
 
 
49
  }
50
  ```
51
 
52
+ ## Data Fields
53
 
54
  The dataset comprises the following fields:
55
  - "url": string, original URL of the article.
 
57
  - "date": string, date of the article.
58
  - "text": string, textual content of the article.
59
 
60
+ ## Data Splits
61
 
62
  The dataset is divided into a single "training" split, with the following distribution of examples across different configuration subsets:
63
 
 
74
  | Techreen | 314,597 |
75
  | Youm7 | 1,172,136 |
76
 
77
+ ## Dataset Usage
78
 
79
  This dataset is valuable for natural language processing (NLP) tasks, including but not limited to sentiment analysis, topic modeling, and language modeling in the context of Arabic news articles. Researchers and practitioners in the field of NLP can benefit from the diverse linguistic content and the substantial size of the corpus.