File size: 306 Bytes
6f065cd
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from datasets import load_dataset

"""you can use any of the following config names as a second argument:
"Alittihad", "Almasryalyoum", "Almustaqbal", "Alqabas", 
"Echoroukonline", "Ryiadh", "Sabanews", "SaudiYoum", 
"Techreen", "Youm7"
"""
dataset = load_dataset("./arabic_billion_words.py", "Alittihad")