View source: R/limpiar_pos_import_model.R
limpiar_pos_import_model | R Documentation |
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
limpiar_pos_import_model(language)
language |
The chosen language that the user wishes to select. There are 65 options to choose from |
Loads the model into memory, ready for the annotation steps in the parts of speech workflow.
pos_model <- limpiar_pos_import_model(language = "english")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.