nametagger_download_model {nametagger} | R Documentation |
Download a Nametag model
Description
Download a Nametag model. Note that models have licence CC-BY-SA-NC. More details at https://ufal.mff.cuni.cz/nametag/1.
Usage
nametagger_download_model(
language = c("english-conll-140408"),
model_dir = tempdir()
)
Arguments
language |
'english-conll-140408' |
model_dir |
a path where the model will be downloaded to. |
Value
an object of class nametagger
References
https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3118
Examples
model <- nametagger_download_model("english-conll-140408", model_dir = tempdir())
[Package nametagger version 0.1.3 Index]