Learn R Programming

tokenizers.bpe (version 0.1.3)

belgium_parliament: Dataset from 2017 with Questions asked in the Belgium Federal Parliament

Description

Dataset from 2017 with Questions asked by members of the Belgian Federal Parliament.
The dataset was extracted from http://data.dekamer.be and contains questions asked by persons in the Belgium Federal parliament.
The questions are translated in Dutch and French.

The dataset contains the following information:

  • doc_id: an identifier

  • text: the question itself

  • language: the language of the text

Arguments

Examples

Run this code
data(belgium_parliament)
str(belgium_parliament)

Run the code above in your browser using DataLab