Cricinfo IPL Commentary
Ball by ball commentary details of IPL 2018 -2020 scrapped from cricinfo
@kaggle.mhemendra_cricinfo_ipl_commentary
Ball by ball commentary details of IPL 2018 -2020 scrapped from cricinfo
@kaggle.mhemendra_cricinfo_ipl_commentary
The dataset contains the ball by ball commentary details of IPL 2018- 2020 scrapped from cricinfo. I have used this to generate the glove encodings in https://www.kaggle.com/mhemendra/generate-glove-encoding-for-ipl-cricket-commentary
CREATE TABLE ipl2018_commentary_data (
"over" DOUBLE,
"short_text" VARCHAR,
"long_text" VARCHAR
);CREATE TABLE ipl2019_commentary_data (
"over" DOUBLE,
"short_text" VARCHAR,
"long_text" VARCHAR
);CREATE TABLE ipl2020_commentary_data (
"over" DOUBLE,
"short_text" VARCHAR,
"long_text" VARCHAR
);Anyone who has the link will be able to view this.