The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    FileNotFoundError
Message:      Couldn't find a dataset script at /src/services/worker/oserikov/arabic_billion_words_old/arabic_billion_words_old.py or any data file in the same directory. Couldn't find 'oserikov/arabic_billion_words_old' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in oserikov/arabic_billion_words_old. 
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 55, in compute_config_names_response
                  for config in sorted(get_dataset_config_names(path=dataset, token=hf_token))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 351, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1508, in dataset_module_factory
                  raise FileNotFoundError(
              FileNotFoundError: Couldn't find a dataset script at /src/services/worker/oserikov/arabic_billion_words_old/arabic_billion_words_old.py or any data file in the same directory. Couldn't find 'oserikov/arabic_billion_words_old' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in oserikov/arabic_billion_words_old.

Need help to make the dataset viewer work? Open a discussion for direct support.

Dataset Card for Arabic Billion Words Corpus

Dataset Summary

Abu El-Khair Corpus is an Arabic text corpus, that includes more than five million newspaper articles. It contains over a billion and a half words in total, out of which, there are about three million unique words. The corpus is encoded with two types of encoding, namely: UTF-8, and Windows CP-1256. Also it was marked with two mark-up languages, namely: SGML, and XML.

NB: this dataset is based on the unofficial copy (discussion) of the data, and assumes it was downloaded properly. Put the new_data_* files to the ./dataset folder like this:

[user@machine /path/to/dataset]$ tree
.
├── arabic_billion_words.py
├── dataset
│   ├── new_data_Alittihad_XML_utf_8.rar
│   ├── new_data_Almasryalyoum_XML_utf_8.rar
│   ├── new_data_Almustaqbal_XML_utf_8.rar
│   ├── new_data_Alqabas_XML_utf_8.rar
│   ├── new_data_Echoroukonline_XML_utf_8.rar
│   ├── new_data_Ryiadh_XML_utf_8.rar
│   ├── new_data_Sabanews_XML_utf_8.rar
│   ├── new_data_SaudiYoum_XML_utf_8.rar
│   ├── new_data_Techreen_XML_utf_8.rar
│   └── new_data_Youm7_XML_utf_8.rar
├── dataset_infos.json
├── README.md
└── usage_example.py

Supported Tasks and Leaderboards

[More Information Needed]

Languages

Arabic

Dataset Structure

Data Instances

This is an example of the "Almasryalyoum" configuration subset:

{
  "url": "http://today.almasryalyoum.com/printerfriendly.aspx?ArticleID=61300",
  "head_line": "رئيس وزراء المجر: عنصرية جماهير أوجبيست جلبت العار للبلاد",
  "date": "19/5/2007",
  "text": """قال متحدث باسم الحكومة المجرية: إن رئيس الوزراء فيرنك جيوركساني رحب بقرار اتحاد كرة القدم المجري بخصم ثلاث نقاط من نادي أوجبيست بسبب السلوك العنصري الذي صدر من جماهيره.
وعاقب الاتحاد المجري فريق أوجبيست بعد أن سخرت جماهيره من إبراهيم سيديبي مهاجم فريق ديبرينسين الأسود أثناء مباراة الفريقين أوائل مايو الجاري.
يذكر أن الاتحاد فرض أيضا غرامة مالية قدرها 20 ألف دولار علي أوجبيست في عام 2005 بعد أن رددت جماهيره شعارات معادية للسامية خلال مباراة بالدوري المجري.
وأوضح جيوركساني في خطاب إلي إيستفان كيستليكي رئيس الاتحاد المجري لكرة القدم، أن هذا السلوك العنصري من الجماهير «جلب العار لكرة القدم وللمجر». يذكر أن المجر بها مجموعة من مشجعي كرة القدم المشاغبين «الهوليجانز»، وشارك الكثير منهم في أعمال شغب معادية للحكومة في العام الماضي.""",
}

Data Fields

The data fields are:

  • "url": string, original url of the article,
  • "head_line": string, headline of the article,
  • "date": string, date of the article,
  • "text": string, text content of the article,

Data Splits

There is only one "training" split for all configuration subsets, containing the following number of examples:

Number of examples
Alittihad 349342
Almasryalyoum 291723
Almustaqbal 446873
Alqabas 817274
Echoroukonline 139732
Ryiadh 858188
Sabanews 92149
SaudiYoum 888068
Techreen 314597
Youm7 1172136

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

[More Information Needed]

Discussion of Biases

[More Information Needed]

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

[More Information Needed]

Licensing Information

[More Information Needed]

Citation Information

@article{el20161,
  title={1.5 billion words arabic corpus},
  author={El-Khair, Ibrahim Abu},
  journal={arXiv preprint arXiv:1611.04033},
  year={2016}
}

Contributions

Thanks to @zaidalyafeai and @albertvillanova for adding this dataset.

Downloads last month
2
Edit dataset card