View source: R/02_data_exploration.R
fst_pos | R Documentation |
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.
fst_pos(data)
data |
A dataframe of text in CoNLL-U format, with optional additional columns. |
A dataframe with a count and proportion of each UPOS tag in the data and the full name of the tag.
fst_pos(fst_child)
fst_pos(fst_dev_coop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.