|
|
|
|
|
by adimitrov
4982 days ago
|
|
Sounds like a job for Sentiment Analysis [1]. Modern systems are pretty good at discerning negative from positive comments. You could probably find a way to mark negative and positive comments. Whether the resulting algorithm would be fine-grained enough to semi-reliably mark 'middlebrow dismissal,' I really don't know. Actually, as somebody who has worked on that stuff in the past, I don't think it would be very easy. [1] http://en.wikipedia.org/wiki/Sentiment_analysis |
|
Agreed I don't think it would be an easy task, but I wonder how would perform a "bag of word" approach.
Harder part as I see it would be to categorize the comments on middlebrow dismissal / Not dismissal. It seems like we would be spending more time preparing the data than in the algorithm itself.