Learn R Programming

corpustools (version 0.5.1)

show_udpipe_models: Show the names of udpipe models

Description

Returns a data.table with the language, treebank and udpipe_model name. Uses the default model repository provided by the udpipe package (udpipe_download_model). For more information about udpipe and performance benchmarks of the UD models, see the GitHub page of the udpipe package.

Usage

show_udpipe_models()

Arguments

Value

a data.frame

Examples

Run this code
show_udpipe_models()

Run the code above in your browser using DataLab