metadata
task_categories:
- question-answering
language:
- pa
size_categories:
- 1K<n<10K
tags:
- Religion
Gurugranth Sahib Darpan Dataset by Prof. Sahib Singh
This dataset contains a structured representation of the Gurugranth Sahib Darpan by Prof. Sahib Singh, including translations, interpretations, and annotations of the Sikh holy scripture.
Credits
The dataset is scraped from https://www.gurugranthdarpan.net/darpan.html.
Dataset Details
- Language: Punjabi (Gurmukhi) and English
- Source: Prof. Sahib Singh’s "Gurugranth Sahib Darpan"
- Format: JSON, CSV, or plain text
- Purpose: For natural language processing (NLP) research, multilingual analysis, and spiritual studies
Features
Example Data
{
"Page": "1",
"url": "https://www.gurugranthdarpan.net/0001.html",
"Bani":"ੴ ਸਤਿ ਨਾਮੁ ਕਰਤਾ ਪੁਰਖੁ ਨਿਰਭਉ ਨਿਰਵੈਰੁਅਕਾਲ ਮੂਰਤਿ ਅਜੂਨੀ ਸੈਭੰ ਗੁਰ ਪ੍ਰਸਾਦਿ ॥",
"Arath": "ਅਕਾਲ ਪੁਰਖ ਇੱਕ ਹੈ, ਜਿਸ ਦਾ ਨਾਮ 'ਹੋਂਦ ਵਾਲਾ' ਹੈ ਜੋ ਸ੍ਰਿਸ਼ਟੀ ਦਾ ਰਚਨਹਾਰ ਹੈ",
"Padh Arath": "ੴ ਉੱਚਾਰਨ ਵੇਲੇ ਇਸ ਦੇ ਤਿੰਨ ਹਿੱਸੇ ਕੀਤੇ ਜਾਂਦੇ ਹਨ- ੧,"
}
Installation and Usage
Step 1: Install Required Libraries
pip install datasets
Step 2: Load the Dataset
from datasets import load_dataset
ds = load_dataset("singhjagpreet/Gurbani_darpan", split="train")
# Access the first record
data = ds.with_format("np", columns=["Bani", "Arath"], output_all_columns=False)
Applications
This dataset can be used for:
- Building multilingual NLP models.
- Transliteration and translation systems.
- Scriptural Q&A and chatbot systems.
- Sentiment and context analysis.
Contributing
Feel free to contribute! Submit pull requests or create issues to improve the dataset.
Citation
If you use this dataset in your research, please cite:
@dataset{singhjagpreet/Gurbani_darpan,
author = {Sahib Singh},
title = {Gurugranth Sahib Darpan Dataset},
year = {2024},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/singhjagpreet/Gurbani_darpan}
}