Learn R Programming

finnsurveytext (version 2.1.1)

fst_pos: 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)

Value

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

Arguments

data

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

Examples

Run this code
fst_pos(fst_child)
fst_pos(fst_dev_coop)

Run the code above in your browser using DataLab