Datasets:

Languages:
Arabic
Multilinguality:
monolingual
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
License:

🚩 Report

#1
by SerrySibaee - opened

This dataset is not available any more because the link is not working

Datasets Maintainers org
β€’
edited Mar 22, 2023

@SerrySibaee , thanks for reporting.

However, I am able to download the data from the URL: https://abuelkhair.net/corpus/Alittihad_XML_utf_8.rar

Is it not your case?

And for future issues, you can use the "Community" tab in the dataset and open a discussion, instead of Reporting it: we normally use the Reporting functionality for major legal or ethical issues. Thanks!

@albertvillanova
the library now is working on downloading but it is asking for "rarfile" library which I downloaded but the problem is not solved
Also the link you provided is working thank you very much. but we need to make the dataset from "datasets" works again :)

Datasets Maintainers org

I can load the dataset without any problem:

In [1]: from datasets import load_dataset

In [2]: ds = load_dataset("arabic_billion_words", "Alittihad")

In [3]: ds
Out[3]: 
DatasetDict({
    train: Dataset({
        features: ['url', 'head_line', 'date', 'text'],
        num_rows: 349342
    })
})

Could you please specify the error message and the stack trace you get?

Yes I will upload an image

image.png

Datasets Maintainers org

I think that is an issue with your notebook server:

You have to restart your kernel, so that the newly installed package is properly recognized.

Now it worked
thank you very much

Datasets Maintainers org

Cool. I'm closing this issue.

albertvillanova changed discussion status to closed

Sign up or log in to comment