powered by
Download a Nametag model. Note that models have licence CC-BY-SA-NC. More details at https://ufal.mff.cuni.cz/nametag/1.
nametagger_download_model( language = c("english-conll-140408"), model_dir = tempdir() )
an object of class nametagger
'english-conll-140408'
a path where the model will be downloaded to.
https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3118
# \donttest{ model <- nametagger_download_model("english-conll-140408", model_dir = tempdir()) # }
Run the code above in your browser using DataLab