I want to detect some sort of sentiment orientation for text article. This problem seems related to classification problem, but instead of detecting probabilities of each class (negative, positive, neutral), I want to know some overall score rating, like 0.76
and then classify my article into category that covers the predefined ranges. (e.g. [0.75...1) is positive).
What ml algorithms are suitable for such problem?