Baselight

Arabic Poetry Dataset

Discover the Rich History of Arabic Literature from the 6th to the 20st Century.

@kaggle.mdanok_arabic_poetry_dataset

Loading...
Loading...

About this Dataset

Arabic Poetry Dataset

Arabic Poetry Dataset
This dataset contains over 70,000 poems from more than 750 poets from the 6th to the 20th century. The dataset includes the following fields for each poem:

  • poet_name: The name of the poet who wrote the poem.
  • poet_era: The historical era during which the poet lived and wrote.
  • poem_tags: Themes or keywords associated with the poem.
  • poem_title: The title of the poem.
  • poem_text: The full text of the poem.
  • poem_count: The number of poems written by the poet in the dataset.

The dataset provides a rich source of information for those interested in Arabic poetry, its evolution and development over time, and the diverse themes and styles of different poets. Whether you are a researcher, student, or enthusiast, this dataset is an excellent resource for exploring and discovering the beauty of Arabic poetry.

Acknowledgments
The data was entirely scraped from aldiwan.net.

Tables

Arabic Poetry Dataset

@kaggle.mdanok_arabic_poetry_dataset.arabic_poetry_dataset
  • 50.26 MB
  • 75022 rows
  • 6 columns
Loading...

CREATE TABLE arabic_poetry_dataset (
  "poet_name" VARCHAR,
  "poet_era" VARCHAR,
  "poem_tags" VARCHAR,
  "poem_title" VARCHAR,
  "poem_text" VARCHAR,
  "poem_count" VARCHAR
);

Share link

Anyone who has the link will be able to view this.