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

txt_count #96

Closed jwijffels closed 3 years ago

jwijffels commented 3 years ago

make sure txt_count always returns an integer

txt_count(character(), pattern = " ") returns a list...