You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains a set of 31,030 Arabic newspaper articles alongwith metadata, extracted from various online Saudi newspapers.
File Structure
The folder dataset contains a set of ZIP files, where each file has the format YYYY-MM-DD.zip and contains one JSON file with a corresponding name YYYY-MM-DD.json. The JSON files are stored in UTF-8 encoding.
Each JSON file contains an array of articles (the format of each article is explained in the next section), and its file name reflects the date on which the contained articles were extracted.
Article JSON Object Format
The JSON object for each article contains the following fields (some fileds can have empty values in case the crawler failed to extract them):
source: A string identifief of the newspaper from which the article was extracted. It can have one of the following values:
url: The full URL from which the article was extracted.
date_extracted: The timestamp of the date on which the article was extracted. It has the format YYYY-MM-DD hh:mm:ss. Notice that this field does not necessarily represent the date on which the article was authored (or made available online), however for articles stamped with a date of extraction after August 1, 2015, this field most probably represents the date of authoring.
title: The title of the article. Can be empty.
author: The author of the article. Can be empty.
content: The content of the article.
Statistics
The dataset currently contains 31,030 Arabic articles (with a total number of 8,758,976 words). The articles were extracted from the following Saudi newspapers (sorted by number of articles):
If you'd like to cite this work, you may use one of the following. You may also contact me (mazen [dot] abdulaziz [at] gmail [dot] com) so that I can include your research in the "referring work" section.
First batch of articles uploaded (extracted within the period 21/07/2015 to 06/08/2015).
Aug 07, 2015:
Changed output format.
Included a second batch (extracted in 07/08/2015).
Aug 11, 2015:
Tracking 2 more newspapers: Saudi Press Agency and Arriyadiyah.
Third batch of articles updloaded (timespan: 08/08/2015 to 11/08/2015).
License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. The dataset is shared for the sole purpose of aiding open scientific research (in Arabic computing or linguistics), and can only be used for that purpose. The ownership of each article within the dataset belongs to the respective newspaper from which it was extracted; and the maintainer of the repository does not claim ownership of any of the content within it. If you think, by any means, that this dataset breaches any established copyrights; please contact the repository maintainer.
About
This repo contains a set of Arabic newspaper articles alongwith metadata, extracted from various Saudi newspapers.