2 2 votes If trying to read text and need to finalize texts as good, bad , ugly or any such buckets, where to start? What sentiment functions to use? Machine Learning nlp sentiment-analysis nltk + – 0% Accept Rate Accepted 0 answers out of 1 questions codemonkey 140 points 1 1 4 answer comment Share 0 reply Please log in or register to add a comment.
0 0 votes You can start building your own sentiment analysis engine by yourself, or using RNN for it, or you can also employ APIs to cloud services for sentiment analysis by paying fees (after some free quota per month). The API implementation is faster and more accurate (in general), but you have to pay for the services. tofighi answered Oct 17, 2018 tofighi 116k points 73 79 101 comment Share 0 reply Please log in or register to add a comment.