fst_pos {finnsurveytext} | R Documentation |
Make POS Summary Table
Description
Creates a summary table for the input CoNLL-U data which counts the number of words of each part-of-speech tag within the data.
Usage
fst_pos(data)
Arguments
data |
A dataframe of text in CoNLL-U format. |
Value
A dataframe with a count and proportion of each UPOS tag in the data and the full name of the tag.
Examples
fst_pos(conllu_cb_bullying_iso)
fst_pos(conllu_dev_q11_3_nltk)
[Package finnsurveytext version 1.0.0 Index]