Skip to contents

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.

Usage

fst_summarise_short(data)

Arguments

data

A dataframe of text in CoNLL-U format, with optional additional columns.

Value

A dataframe with summary information on word counts for the data.

Examples

fst_summarise_short(fst_child)
#>   Respondents Total Words Unique Words Unique Lemmas
#> 1         413        1580          559           414
fst_summarise_short(fst_dev_coop)
#>   Respondents Total Words Unique Words Unique Lemmas
#> 1         945        4192         1132           994