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

Add sentiments tags #8

Closed laresbernardo closed 6 years ago

laresbernardo commented 6 years ago

Hello guys. Really enjoyed udpipe for R (and taskscheduleR as well). Have been playing with udpipe's tools for like 3 hours now on spanish texts. But I've got a request (if I may): is it possible to add if each word is positive, negative or neutral, or its positive score [-1,1], or which of the 6 sentiments adjusts more? That way we could really do a much more extensive study of our texts! Glad guys like you exists. Cheers.

jwijffels commented 6 years ago

Hello @laresbernardo . Thanks for the positive words. Sentiment analysis is however not within scope of udpipe. There are already so many resources which can provide you this score, it makes no sense to add another sentiment analysis package.