Hindi Bible
Categorized Bible verses in Hindi and other relevant resources
@kaggle.kapilverma_hindi_bible
Categorized Bible verses in Hindi and other relevant resources
@kaggle.kapilverma_hindi_bible
While searching for Hindi Bible(protestant) dataset I could only found it in JSON, XML etc. formats so thought of formatting it into a preferable CSV format for facilitating data mining, NLP, Classification, Sentiment Analysis and other text analytics over the scriptures in Hindi.
Here you will find the Hindi bible in HHBD version from Bible Society of India(BSI) in CSV format (Hindi_bible_with_authors.csv) along with some Hindi NLP resources like Hindi SentiWordnet and other text files containing full bible text, Book names and Hindi Stopwords separately.
Thanks to Godly T.Alias, I got the data in JSON format from his GitHub repo..
hindi word list.csv is a modified version of this Kaggle dataset
CFLIT NLP resources for Hindi
CREATE TABLE hindi_bible_with_authors (
"unnamed_0" BIGINT -- Unnamed: 0,
"book" BIGINT,
"chapter" BIGINT,
"verse" BIGINT,
"verse_id" VARCHAR,
"book_name" VARCHAR,
"text" VARCHAR,
"testament_code" BIGINT,
"authors" VARCHAR
);CREATE TABLE hindi_word_list (
"n" VARCHAR -- अंमुक्त,
"free" VARCHAR
);Anyone who has the link will be able to view this.