Skip to content

CRAN Release 0.8.6

Compare
Choose a tag to compare
@jwijffels jwijffels released this 01 Jun 14:27
· 26 commits to master since this release

CHANGES IN udpipe VERSION 0.8.6

  • Downloading models to paths containing non-ASCII characters now works (issue #95)
  • strsplit.data.frame gains ... which are passed on to strsplit (e.g. to use fixed=TRUE for speeding up)
  • read_connlu is now using fixed=TRUE when splitting by newline symbol (for speeding up parsing with function udpipe)
  • Added txt_paste
  • Added txt_context
  • Use html_vignette instead of html_document in the vignettes in order to reduce package size