Skip to content

CRAN release version 0.1

Compare
Choose a tag to compare
@jwijffels jwijffels released this 01 Sep 18:32
· 336 commits to master since this release

CHANGES IN udpipe VERSION 0.1

  • Initial release based on UDPipe commit a2ebb99d243546f64c95d0faf36882bb1d67a670
  • Allow to do annotation (tokenisation, POS tagging, Lemmatisation, Dependency parsing)
  • Allow to build your own UDPipe model based on data in CONLL-U format
  • Convert the output of udpipe_annotate to a data.frame
  • Allow to download models from https://github.com/jwijffels/udpipe.models.ud.2.0
  • Add vignettes