C#情感分析

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/494276/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-04 05:35:19  来源:igfitidea点击:

C# Sentiment Analysis

c#text-mining

提问by

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

有谁知道一个(最好是开源的)C# 库可以用来计算某些给定文本的整体情绪?

回答by call me Steve

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

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?

也许不是 c# 但我想你可以从 c# 调用它,它会为你做这项工作吗?

回答by infinity

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

https://github.com/amrishdeep/Dragon上查看基于朴素贝叶斯分类的开源情感分析引擎。