View source: R/02_data_exploration.R
fst_summarise_short | 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, with optional additional columns. |
A dataframe with summary information on word counts for the data.
fst_summarise_short(fst_child)
fst_summarise_short(fst_dev_coop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.