Possible Duplicate:
How does the automatic subjective filter work?
When you're writing a question, the system will show you a red bar with a warning if the question looks subjective.
Subjective or non-programming questions (e.g., What is your favourite programming language?) seem to be easily recognized.
How, exactly, is this done? Heuristics, algorithms, machine learning?
I'm amazed!
return Regex.IsMatch(s, @"\bbest\b|\bworst\b|\bhardest\b|\byour?\b|\bfavou?rite\b", RegexOptions.IgnoreCase);– Stephan202 Oct 28 '09 at 16:35