Using text mining and sentiment analysis for online forum hotspot detection
by Nan Li and Desheng Dash Wu (Decision Support Systems)
The authors combine the following five features to detect forum hotspots using either (i) K-means clustering or (ii) support vector machines:
- number of total topic posts (in every forum)
- the average number of responses to these posts
- the average forum sentiment (using a _simple_ bag of words approach)
- the percentage of positive postings
- the percentage of negative postings (which is in fact dependent on 4 ;)