Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmit
2311 days ago
I'm sorry for being blunt, but is it possible that the `very brittle "exact match" method of evaluating whether an answer is correct` means value equality? Is `==` the secret sauce?
1 comments
craffel
2311 days ago
It's slightly more than that -- it also involves lowercasing and removing articles before testing for string equality.
link