Learn R Programming

finnsurveytext (version 2.1.1)

fst_summarise_short: Make Simple Summary Table

Description

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)

Value

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

Arguments

data

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

Examples

Run this code
fst_summarise_short(fst_child)
fst_summarise_short(fst_dev_coop)

Run the code above in your browser using DataLab