fst_summarise {finnsurveytext} | 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 respondents")
data |
A dataframe of text in CoNLL-U format. |
desc |
A string describing respondents, default is '"All respondents"'. |
A dataframe with summary information for the data including reponse rate and word counts.
fst_summarise(conllu_dev_q11_1)
fst_summarise(conllu_dev_q11_2_nltk, "Q11_2")