Baselight

Bangla Wikipedia Dataset

A subset of the Bangla version of the Wikipedia text

@kaggle.saurabhshahane_bangla_wikipedia

About this Dataset

Bangla Wikipedia Dataset

Context

A subset of the Bangla version of the Wikipedia text. To create the Wikipedia dataset, we collected the Bangla wiki-dump of 10th June, 2019. The files are then merged and each article is selected as a sample text. All HTML tags were removed and the title of the page was stripped from the beginning of the text. This dataset contains 70377 samples with a total number of words being 18229481. The entire dataset has 1289249 unique words, which is 7% of the total vocabulary.

Acknowledgements

Khatun, Aisha; Rahman, Anisur; Islam, Md Saiful (2020), “Bangla Wikipedia dataset”, Mendeley Data, V4, doi: 10.17632/3ph3n78fp7.4

Tables

Wiki

@kaggle.saurabhshahane_bangla_wikipedia.wiki
  • 116.86 MB
  • 70377 rows
  • 4 columns
Loading...

CREATE TABLE wiki (
  "id" BIGINT,
  "text" VARCHAR,
  "title" VARCHAR,
  "url" VARCHAR
);