Possible Duplicate:
How does the automatic subjective filter work?

I'm very curious about how people think Stack Overflow is determining whether or not a question is subjective and highlighting it once you've entered the title. I'd like to build a similar capability but wouldn't know where to start. The AJAX callbacks, HTML and stuff is easy ... but analysis the question itself seems to be quite complicated.

link|improve this question

50% accept rate
@Jherico - beat me to adding the subjective tag :) – Russ Cam Oct 2 '09 at 20:14
How is that possibily not programming related? I'm looking for a code sample to do this. Is it regex? Is it a natural language processor. The magic of StackOverflow is waning. – Nissan Fan Oct 2 '09 at 20:16
2  
1  
@unknown: if we hadn't migrated it, it'd be more difficult to point out the many questions that already address this (such as the one Pesto linked to). SO-specific questions belong on Meta; if you didn't intend this to be specific to SO, then you shouldn't have phrased your question the way you did... – Shog9 Oct 2 '09 at 20:20
look for words like "best" – dotjoe Oct 2 '09 at 20:24
feedback

migrated from stackoverflow.com Oct 2 '09 at 20:14

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Hilarious Comedy Pesto, Shog9, Joel Coehoorn Oct 2 '09 at 20:25

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Compare the words in the title to words in titles of questions that have been closed as subjective. If, say, 30% (adjust as necessary) of the words match you might have a winner.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged