Looking for open source naive Bayesian Classifier in C# for a Twitter sentiment analysis project

youngscientist picture youngscientist · Sep 16, 2010 · Viewed 10.4k times · Source

I've found a similar project here: Sentiment analysis for Twitter in Python . However, I'm working on C# and need to use a naive Bayesian Classifier that is open source in the same language. Unless someone can shed light on how I can utilize a python Bayesian Classifier to achieve the same goals. Any ideas?

Answer

Nathan Baulch picture Nathan Baulch · Sep 16, 2010

I successfully used the code from this CodeProject article in a project a few years ago and it's still working beautifully with ~99% accuracy.