- Home /
Score extraction from mysql database in c#
i want to write a program that extract score of sentence from mysql database that decide that this sentence is positive or negative.
Example
Sentence "i love my country"
Mysql Database
Word PosScore NegScore
love 0.858 0.262
country 0.584 0.526
So At end the program tell me Total Score and tell that this is positive Sentence
Thanks in Advance
Comment
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Error opening project.,Error opening project 0 Answers
Generating RSA key pair (C#) 0 Answers
NullReferenceException in a wrapper 0 Answers