Baselight

Hindi Bible

Categorized Bible verses in Hindi and other relevant resources

@kaggle.kapilverma_hindi_bible

Loading...
Loading...

About this Dataset

Hindi Bible

Context

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.

Content

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.

Acknowledgements

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

Inspiration

CFLIT NLP resources for Hindi

Tables

Hindi Word List

@kaggle.kapilverma_hindi_bible.hindi_word_list
  • 25.73 KB
  • 1243 rows
  • 2 columns
Loading...

CREATE TABLE hindi_word_list (
  "n" VARCHAR,
  "free" VARCHAR
);

Hindi Bible With Authors

@kaggle.kapilverma_hindi_bible.hindi_bible_with_authors
  • 3.55 MB
  • 31121 rows
  • 9 columns
Loading...

CREATE TABLE hindi_bible_with_authors (
  "unnamed_0" BIGINT,
  "book" BIGINT,
  "chapter" BIGINT,
  "verse" BIGINT,
  "verse_id" VARCHAR,
  "book_name" VARCHAR,
  "text" VARCHAR,
  "testament_code" BIGINT,
  "authors" VARCHAR
);

Share link

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