limpiar_pos_import_model: Import UDPipe models to begin Parts of Speech Analysis

View source: R/limpiar_pos_import_model.R

limpiar_pos_import_modelR Documentation

Import UDPipe models to begin Parts of Speech Analysis

Description

A function that retrieves and downloads pre-built models made by the UDPipe community, covering 65 different languages. For more information on what models are available, visit:UDPipe Documentation

Usage

limpiar_pos_import_model(language)

Arguments

language

The chosen language that the user wishes to select. There are 65 options to choose from

Value

Loads the model into memory, ready for the annotation steps in the parts of speech workflow.

Examples

pos_model <- limpiar_pos_import_model(language = "english")

jpcompartir/LimpiaR documentation built on April 6, 2024, 5:22 a.m.