textnomeda-lab/hindawi-arabic-sectionsarabicnlptextbookspretraininghindawiparquetlanguage-modeling
Hindawi Arabic Books — Section-Level NLP Dataset
About this data
Cleaned, section-level Arabic text from Hindawi.org books spanning literature, philosophy, history, and science. 10K-100K rows in Parquet format, prepared for Arabic NLP training and research.
Schema
| Name | Type | Description |
|---|---|---|
| text | VARCHAR | Cleaned Arabic text content of a book section |
| book_title | VARCHAR | Title of the source book |
| author | VARCHAR | Name of the book's author |
| category | VARCHAR | Topical category (literature, philosophy, history, science, psychology, etc.) |
| section_title | VARCHAR | Section heading or identifier within the book |
| chars | BIGINT | Character count of the section text |
| book_id | VARCHAR | Unique identifier for the source book |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Hindawi Arabic Books — Section" })
// Found: d724d298-8c40-4151-ba15-463f60d56c46
get_download_url({ dataset_id: "d724d298-8c40-4151-ba15-463f60d56c46" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/d724d298-8c40-4151-ba15-463f60d56c46/download-url