fst_summarise {finnsurveytext}R Documentation

Make Summary Table

Description

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.

Usage

fst_summarise(data, desc = "All respondents")

Arguments

data

A dataframe of text in CoNLL-U format.

desc

A string describing respondents, default is '"All respondents"'.

Value

A dataframe with summary information for the data including reponse rate and word counts.

Examples

fst_summarise(conllu_dev_q11_1)
fst_summarise(conllu_dev_q11_2_nltk, "Q11_2")

[Package finnsurveytext version 1.0.0 Index]