Update README.md
Browse files
README.md
CHANGED
@@ -93,59 +93,75 @@ elsharq = load_dataset("MohamedZayton/AMINA", data_files="ElSharq/*.csv")
|
|
93 |
## Images Link
|
94 |
The Images for some articles for Youm7 and Elsharq newspaper [here](https://drive.google.com/drive/folders/1E4RqlxmKcj5AoO3pGZ6FrfdqLpaA1PHt?usp=sharing).
|
95 |
|
96 |
-
# Newspaper
|
|
|
|
|
97 |
|
98 |
## BBC
|
99 |
-
- **Title**:
|
100 |
-
- **Article**:
|
101 |
-
- **Article_Class**:
|
102 |
-
- **Write_By**:
|
103 |
-
- **Published Date**:
|
104 |
|
105 |
## CNN
|
106 |
-
- **Title**:
|
107 |
-
- **Article**:
|
108 |
-
- **Article_Class**:
|
109 |
-
- **Published Date**:
|
110 |
-
- **Updated Date**:
|
111 |
|
112 |
## RT
|
113 |
-
- **Title**:
|
114 |
-
- **Article**:
|
115 |
-
- **Article_Class**:
|
116 |
-
- **Write_By**:
|
117 |
-
- **Published Date**:
|
118 |
|
119 |
## Youm7
|
120 |
-
- **Title**:
|
121 |
-
- **Article**:
|
122 |
-
- **Article_Class**:
|
123 |
-
- **Write_By**:
|
124 |
-
- **Published Date**:
|
125 |
-
- **Image_id**:
|
126 |
-
- **Caption**:
|
127 |
|
128 |
## Hespress
|
129 |
-
- **Title**:
|
130 |
-
- **Article**:
|
131 |
-
- **
|
132 |
-
- **Write_By**:
|
133 |
-
- **Date**:
|
134 |
|
135 |
## Elspahe
|
136 |
-
- **Title**:
|
137 |
-
- **Article**:
|
138 |
-
- **Atrical_Class**:
|
139 |
-
- **Date**:
|
140 |
-
|
141 |
-
## Elrai
|
142 |
-
- **Title**:
|
143 |
-
- **Content**:
|
144 |
-
- **Image_path**:
|
145 |
-
- **Source**:
|
146 |
-
- **Views**:
|
147 |
-
- **Publishing_date**:
|
148 |
-
- **Category**:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
|
150 |
|
151 |
## Citation
|
|
|
93 |
## Images Link
|
94 |
The Images for some articles for Youm7 and Elsharq newspaper [here](https://drive.google.com/drive/folders/1E4RqlxmKcj5AoO3pGZ6FrfdqLpaA1PHt?usp=sharing).
|
95 |
|
96 |
+
# Newspaper Column Attributes
|
97 |
+
|
98 |
+
This document details the attributes used in columns for various newspapers.
|
99 |
|
100 |
## BBC
|
101 |
+
- **Title**: The headline or main title of the article.
|
102 |
+
- **Article**: The main content or body of the article.
|
103 |
+
- **Article_Class**: The classification or category of the article.
|
104 |
+
- **Write_By**: The author or writer of the article.
|
105 |
+
- **Published Date**: The date the article was published.
|
106 |
|
107 |
## CNN
|
108 |
+
- **Title**: The headline or main title of the article.
|
109 |
+
- **Article**: The main content or body of the article.
|
110 |
+
- **Article_Class**: The classification or category of the article.
|
111 |
+
- **Published Date**: The date the article was published.
|
112 |
+
- **Updated Date**: The date the article was last updated.
|
113 |
|
114 |
## RT
|
115 |
+
- **Title**: The headline or main title of the article.
|
116 |
+
- **Article**: The main content or body of the article.
|
117 |
+
- **Article_Class**: The classification or category of the article.
|
118 |
+
- **Write_By**: The author or writer of the article.
|
119 |
+
- **Published Date**: The date the article was published.
|
120 |
|
121 |
## Youm7
|
122 |
+
- **Title**: The headline or main title of the article.
|
123 |
+
- **Article**: The main content or body of the article.
|
124 |
+
- **Article_Class**: The classification or category of the article.
|
125 |
+
- **Write_By**: The author or writer of the article.
|
126 |
+
- **Published Date**: The date the article was published.
|
127 |
+
- **Image_id**: The unique identifier for the image associated with the article.
|
128 |
+
- **Caption**: The caption or description for the image.
|
129 |
|
130 |
## Hespress
|
131 |
+
- **Title**: The headline or main title of the article.
|
132 |
+
- **Article**: The main content or body of the article.
|
133 |
+
- **Article_Class**: The classification or category of the article.
|
134 |
+
- **Write_By**: The author or writer of the article.
|
135 |
+
- **Date**: The date the article was published.
|
136 |
|
137 |
## Elspahe
|
138 |
+
- **Title**: The headline or main title of the article.
|
139 |
+
- **Article**: The main content or body of the article.
|
140 |
+
- **Atrical_Class**: The classification or category of the article.
|
141 |
+
- **Date**: The date the article was published.
|
142 |
+
|
143 |
+
## Elrai
|
144 |
+
- **Title**: The headline or main title of the article.
|
145 |
+
- **Content**: The main content or body of the article.
|
146 |
+
- **Image_path**: The path to the image associated with the article.
|
147 |
+
- **Source**: The original source of the article.
|
148 |
+
- **Views**: The number of views the article has received.
|
149 |
+
- **Publishing_date**: The date the article was published.
|
150 |
+
- **Category**: The classification or category of the article.
|
151 |
+
|
152 |
+
## Elsharq
|
153 |
+
- **Title**: The headline or main title of the article.
|
154 |
+
- **Body**: The main content or body of the article.
|
155 |
+
- **Image Url**: The URL of the image associated with the article.
|
156 |
+
- **Image Caption**: The caption or description for the image.
|
157 |
+
- **Tags**: Keywords or tags associated with the article.
|
158 |
+
- **Tag-source**: The source of the tags.
|
159 |
+
- **Views**: The number of views the article has received.
|
160 |
+
- **Date**: The date the article was published.
|
161 |
+
- **Time**: The time the article was published.
|
162 |
+
- **Inner Class**: The inner classification or subcategory of the article.
|
163 |
+
- **Class**: The primary classification or category of the article.
|
164 |
+
|
165 |
|
166 |
|
167 |
## Citation
|