Y
Hacker News
new
|
ask
|
show
|
jobs
by
nbclark
3099 days ago
One thing I did which helped results a bit is invert negative queries...So if the query had a NOT in it, remove that, and choose the option with the fewest matches. Seemed to work pretty well.
1 comments
stervy
3099 days ago
Ah that's smart. I usually would just read the outputs of my script the opposite way (So find the "min" number of search results, etc.)
link