% Generated by roxygen2: do not edit by hand % Please edit documentation in R/ud_update.R \name{ud_update} \alias{ud_update} \title{Generate UDpipe output from base text} \usage{ ud_update(file, wd, ud_file, ver) } \arguments{ \item{file}{Filename of file to read in, also used for generating output file name} \item{wd}{Working directory where *file*s can be found} \item{ud_file}{Filename of udpipe model to use, should be in *wd*} \item{ver}{Short string (preferably a single word/sequence) indicating the version of the updated document (i.e. for a udpipe update this string might be 'udV2')} } \value{ A vector of 1's indicating the success of each update call } \description{ Generate UDpipe output from base text } \examples{ ud_update(out, udmodel, ver, file) }