gouthamchoudary/cricket_bot
Updated
id int64 600 75M | revid int64 76 1.18B | url stringlengths 39 44 | title stringlengths 1 98 | text stringlengths 26 226k |
|---|---|---|---|---|
600 | 2,766,075 | https://en.wikipedia.org/wiki?curid=600 | Andorra | Andorra, officially the Principality of Andorra, is a sovereign landlocked country and microstate on the Iberian Peninsula, in the eastern Pyrenees, bordered by France to the north and Spain to the south. Believed to have been created by Charlemagne, Andorra was ruled by the count of Urgell until 988, when it was trans... |
737 | 46,005,432 | https://en.wikipedia.org/wiki?curid=737 | Afghanistan | Afghanistan, officially the Islamic Emirate of Afghanistan, is a landlocked country located at the crossroads of Central Asia and South Asia. Referred to as the Heart of Asia, it is bordered by Pakistan to the east and south, Iran to the west, Turkmenistan to the northwest, Uzbekistan to the north, Tajikistan to the no... |
878 | 44,120,587 | https://en.wikipedia.org/wiki?curid=878 | Abugida | An abugida (, from Ge'ez: ), sometimes known as alphasyllabary, neosyllabary or pseudo-alphabet, is a segmental writing system in which consonant–vowel sequences are written as units; each unit is based on a consonant letter, and vowel notation is secondary, like a diacritical mark. This contrasts with a full alphabet,... |
924 | 4,007,668 | https://en.wikipedia.org/wiki?curid=924 | A. A. Milne | Alan Alexander Milne (; 18 January 1882 – 31 January 1956) was an English writer best known for his books about the teddy bear Winnie-the-Pooh, as well as for children's poetry. Milne was primarily a playwright before the huge success of Winnie-the-Pooh overshadowed all his previous work. Milne served in both World War... |
951 | 40,551,159 | https://en.wikipedia.org/wiki?curid=951 | Antigua and Barbuda | "Antigua and Barbuda (, ) is a sovereign island country in the West Indies. It lies at the conjunctu(...TRUNCATED) |
1,132 | 27,823,944 | https://en.wikipedia.org/wiki?curid=1132 | The Ashes | "The Men's Ashes is a Test cricket series played biennially between England and Australia. The term (...TRUNCATED) |
1,148 | 38,455 | https://en.wikipedia.org/wiki?curid=1148 | Adelaide | "Adelaide ( ; ) is the capital city of South Australia, the state's largest city and the fifth-most (...TRUNCATED) |
1,217 | 111,744 | https://en.wikipedia.org/wiki?curid=1217 | Anguilla | "Anguilla ( ) is a British Overseas Territory in the Caribbean. It is one of the most northerly of t(...TRUNCATED) |
1,627 | 1,176,270,193 | https://en.wikipedia.org/wiki?curid=1627 | Aberdeen | "Aberdeen (; ; ; ) is a city in North East Scotland, and is the third most populous city in the coun(...TRUNCATED) |
1,893 | 44,530,844 | https://en.wikipedia.org/wiki?curid=1893 | Albert Spalding | " \nAlbert Goodwill Spalding (September 2, 1849 – September 9, 1915) was an American pitcher, mana(...TRUNCATED) |
# data preparation steps
pip install wikiextractor
wget -c https://dumps.wikimedia.org/enwiki/latest/enwiki-latest-pages-articles-multistream.xml.bz2
# extract files using wikiextractor (take a few hours)
python3 -m wikiextractor.WikiExtractor enwiki-latest-pages-articles-multistream.xml.bz2 --json
# get cricket records in a separate file
# take a few minutes
grep -i cricket text/*/* > cricket.jsonl