Skip to content

Tsadoq/Reddit_EU_language_dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reddit EU language dataset

This dataset has been created for a personal project related to the recognition of the original language of someone writing in english.

Origin

The dataset has been crawled from the subreddit r/europe and contains around 1.5 milions posts in it's raw form.

Structure

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:

image

Download

You can download the whole repository or only the cleaned dataset from this link

If you use this dataset please cite me

@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}
}

About

Dataset of posts from the subreddit r/europe created to create a pipeline to classify English speakers into their original language

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors