bnosac / udpipe

R package for Tokenization, Parts of Speech Tagging, Lemmatization and Dependency Parsing Based on the UDPipe Natural Language Processing Toolkit
https://bnosac.github.io/udpipe/en
Mozilla Public License 2.0
209 stars 33 forks source link

strsplit speedup #93

Open jwijffels opened 3 years ago

jwijffels commented 3 years ago

speed up a bit when using strsplit by setting fixed = TRUE where applicable or passing the argument of strsplit on

jwijffels commented 3 years ago

In