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, with optional additional columns. |
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(fst_child)
fst_pos(fst_dev_coop)
[Package finnsurveytext version 2.1.1 Index]