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
213 stars 33 forks source link

R: Extract Keywords from Text Vector -- one set of keyworks for each element #124

Closed larry77 closed 3 months ago

larry77 commented 3 months ago

Hello, It is not a bug, but more a cry for help :-) . Please have a look at the question in this forum

https://stackoverflow.com/questions/78639535/r-extract-keywords-from-text-vector-one-set-of-keyworks-for-each-element

which comes with a reprex. I am trying to get, from a text vector, not a global set of keywords, but keywords for every text element of the vector. So far my attempts have failed and I do not know why. Is it something doable with udpipe? Thanks a lot!

jwijffels commented 3 months ago

Good that you solved your own question :)