fst_summarise_short {finnsurveytext} | R Documentation |
Creates a summary table for the input CoNLL-U data which provides the total number of words, the number of unique words, and the number of unique lemmas.
fst_summarise_short(data)
data |
A dataframe of text in CoNLL-U format. |
A dataframe with summary information on word counts for the data.
fst_summarise_short(conllu_cb_bullying_iso)
fst_summarise_short(conllu_dev_q11_2_nltk)