This dataset has been created for a personal project related to the recognition of the original language of someone writing in english.
The dataset has been crawled from the subreddit r/europe and contains around 1.5 milions posts in it's raw form.
This repo contains both the raw data and the cleaned data, the latter, purged of deleted comments and of those that were not linked to the provenience of the writer, contains around 450k datapoints and has the following structure:
- body: the text content of the comment
- country_name: extended name of the country
- permalink: link to the comment
- author: username of the creator
- created_utc: utc creation
- datetime: date and time of creation
- alpha2: ISO country alpha2 code
- alpha3: ISO country alpha3 code
- numeric: ISO country number
- apolitical_name: apolitical country name
As it might be imagined, the dataset is far from being balanced with respect to the nationalities:
You can download the whole repository or only the cleaned dataset from this link
@dataset{villosio_2021,
title={Reddit EU language dataset},
url={https://github.com/Tsadoq/Reddit_EU_language_dataset},
journal={GitHub.com},
doi = {10.5281/zenodo.5346800},
author={Villosio, Matteo},
year={2021}, month={Aug}
}