fst_pos: Make POS Summary Table

View source: R/02_data_exploration.R

fst_posR Documentation

Make POS Summary Table

Description

Creates a summary table for the input CoNLL-U data which counts the number of words of each part-of-speech tag within the data.

Usage

fst_pos(data)

Arguments

data

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

Value

A dataframe with a count and proportion of each UPOS tag in the data and the full name of the tag.

Examples

fst_pos(fst_child)
fst_pos(fst_dev_coop)

finnsurveytext documentation built on April 4, 2025, 5:07 a.m.