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

allow txt_collapse to work on a list as well #86

Closed jwijffels closed 3 years ago

jwijffels commented 3 years ago

txt_collapse(list(a = sample(letters, 3), b = sample(LETTERS, 6))