Stop Me If You've Seen This Word Before
codinghorror.com
Stop Me If You've Seen This Word Before
1–10 of 19 posts
Re: Stop Me If You've Seen This Word Before
#2as soon as the article asserted this wouldn't work, i tried googling, and it worked fine. i stopped reading after that.
edit: for whatever reason, if you follow the link directly, the search results are wrong. you might have to submit the query again after the page loads to get the right results. weird! maybe he was onto something (nope)
Re: Stop Me If You've Seen This Word Before
#3Re: Stop Me If You've Seen This Word Before
#4http://www.google.com/search?hl=en&safe=off&q=%22the... as soon as the article asserted this wouldn't work, i tried googling, and it worked fine. i stopped reading after that. edit: for whatever reason, if you follow the link directly, the search results are wrong. you might have to submit the query again after the page loads to get the right results. weird! maybe he was onto something (nope)
Re: Stop Me If You've Seen This Word Before
#5http://www.google.com/search?hl=en&safe=off&q=%22the... as soon as the article asserted this wouldn't work, i tried googling, and it worked fine. i stopped reading after that. edit: for whatever reason, if you follow the link directly, the search results are wrong. you might have to submit the query again after the page loads to get the right results. weird! maybe he was onto something (nope)
Re: Stop Me If You've Seen This Word Before
#6http://www.google.com/search?hl=en&safe=off&q=%22the... as soon as the article asserted this wouldn't work, i tried googling, and it worked fine. i stopped reading after that. edit: for whatever reason, if you follow the link directly, the search results are wrong. you might have to submit the query again after the page loads to get the right results. weird! maybe he was onto something (nope)
He says in the article: Google doesn't seem to use stop words any more . (in fact he makes a point of that fact).
Re: Stop Me If You've Seen This Word Before
#7http://www.google.com/search?hl=en&safe=off&q=%22the... as soon as the article asserted this wouldn't work, i tried googling, and it worked fine. i stopped reading after that. edit: for whatever reason, if you follow the link directly, the search results are wrong. you might have to submit the query again after the page loads to get the right results. weird! maybe he was onto something (nope)
He says in the article: Google doesn't seem to use stop words any more . (in fact he makes a point of that fact).
Now all we need is a MySQL stopword story contest...
Re: Stop Me If You've Seen This Word Before
#8Re: Stop Me If You've Seen This Word Before
#9"the" is THE most common word in English.
Re: Stop Me If You've Seen This Word Before
#10I ran into a similar problem teaching myself perl a couple years ago by doing a short tutorial then foolishly jumping into a co-worker's code. "What the hell is '$.'? Hmm, well I'm sure Google can help me. What? No matching documents?!? What is this crazy s.o.b. doing here??"
I eventually figured out they were GCC extensions for "min" and "max", but only after a painful experience trying to get more info out of Google than "here's how you do addition and multiplication in C!"