conllu_cb_bullying {finnsurveytext} | R Documentation |
Child Barometer 2016 Bullying response data in CoNLL-U format
Description
This data contains the responses to q7 "Kertoisitko, mitä sinun mielestäsi kiusaaminen on? (Avokysymys)" in the FSD3134 Lapsibarometri 2016 dataset in CoNLL-U format using 'finnish-tdt' model from [udpipe] package.
Usage
conllu_cb_bullying
Format
## 'conllu_cb_bullying' A dataframe with 2722 rows and 14 columns:
- doc_id
the identifier of the document
- paragraph_id
the identifier of the paragraph
- sentence_id
the identifier of the sentence
- sentence
the text of the sentence for which this token is part of
- token_id
Word index, integer starting at 1 for each new sentence; may be a range for multi-word tokens; may be a decimal number for empty nodes.
- token
Word form or punctuation symbol.
- lemma
Lemma or stem of word form.
- upos
Universal part-of-speech tag.
- xpos
Language-specific part-of-speech tag; underscore if not available.
- feats
List of morphological features from the universal feature inventory or from a defined language-specific extension; underscore if not available.
- head_token_id
Head of the current word, which is either a value of token_id or zero (0).
- dep_rel
Universal dependency relation to the HEAD (root iff HEAD = 0) or a defined language-specific subtype of one.
- deps
Enhanced dependency graph in the form of a list of head-deprel pairs.
- misc
Any other annotation.
Source
<https://urn.fi/urn:nbn:fi:fsd:T-FSD3134>