bnosac/udpipe

Documentation and behavior don't match for udpipe_download_model

WilDoane opened this issue · 2 comments

udpipe_download_model() returns a list of class "udpipe_model" while the documentation states the return value is a 1 row data.frame.

udpipe 0.8.3 CRAN

That is incorrect

data.frame(language = language,

an artifact of a dirty environment on my part, I think