View source: R/02_data_exploration.R
fst_summarise | R Documentation |
Creates a summary table for the input CoNLL-U data which provides the response count and proportion, total number of words, the number of unique words, and the number of unique lemmas.
fst_summarise(data, desc = "All responses")
data |
A dataframe of text in CoNLL-U format, with optional additional columns. |
desc |
A string describing responses in table, default is '"All responses"'. |
A dataframe with summary information for the data including response rate and word counts.
fst_summarise(fst_child)
fst_summarise(fst_dev_coop, "Q11_3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.