8000 Release CRAN Release 0.8.2 · bnosac/udpipe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CRAN Release 0.8.2

Compare
Choose a tag to compare
@jwijffels jwijffels released this 27 May 19:38
· 164 commits to master since this release

CHANGES IN udpipe VERSION 0.8.2

  • udpipe::udpipe now gains 2 arguments: parallel.cores and parallel.chunksize in order to annotate in parallel over your CPU cores.
  • document_term_matrix.data.frame now preserves order of the documents (issue #44)
  • dtm_remove_lowfreq, dtm_remove_tfidf, dtm_remove_terms gain extra argument remove_emptydocs
    explicitely add drop=FALSE to internal dtm_... calls
  • add dtm_remove_sparseterms (issue #44)
  • make sure downloading model fails gracefully if github internet resource is not available on CRAN machines
  • udpipe_download_model now also returns download_failed/download_message indicating if the download failed due to internet connectivity issues
0