Learn R Programming

doc2vec (version 0.2.2)

be_parliament_2020: Corpus with Questions asked in the Belgium Federal Parliament in 2020

Description

The dataset was extracted from http://data.dekamer.be and contains questions asked by members in the Belgium Federal parliament in 2020.
The Questions are in Dutch and French and contains 6059 text fragments.

The dataset contains the following information:

  • doc_id: an identifier

  • text_nl: the question itself in Dutch

  • text_fr: the question itself in French

Arguments

Examples

Run this code
data(be_parliament_2020)
str(be_parliament_2020)

Run the code above in your browser using DataLab