C# Sentiment Analysis [closed]

时光怂恿深爱的人放手 提交于 2019-12-04 08:44:03

问题


Does anyone know of a (preferably open source) C# library that can be implemented to calculate the overall sentiment of some given text?


回答1:


Take a look at an open source sentiment analysis engine based on Naive Bayes classification at https://github.com/amrishdeep/Dragon.




回答2:


http://rapid-i.com/content/view/26/84/

maybe not c# but I guess you can call it from c#, will it does the job for you?



来源:https://stackoverflow.com/questions/494276/c-sharp-sentiment-analysis

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!