Skip to content

Loads a Part-of-Speech tagging model from Flair and displays its tag dictionary in organized categories.

Usage

load_tagger_pos(model_name = "pos-fast", show_tags = TRUE)

Arguments

model_name

Character string specifying the model to load. Default is "pos-fast".

show_tags

Logical, whether to display the tag dictionary. Default is TRUE.

Value

A Flair tagger model object for POS tagging