I am doing a software to classify texts about health. So, I have many texts classified in "positive" and "negative" and these are the texts for my training.
The user will put the new texts and my software will evaluate and say with this text is "positive" or "negative". It's a abstract about my project.
Now, I am using Weka with Naïve Bayes, but my project is in C# and Weka is Java then I need other framework to convert the Jar of Weka.
Are there similar framework as Weka to .NET tha can resolve this problem?
I have thought in use the Accor.NET but I have not found a sample about text classification.
Thank you.