Google Suggest Dissected, Part II
Bert690 writes "To complement the recent dissection of Google
Suggest's innovative front end, I investigated [Coral Link & mirror]
the back end of the system in an effort to determine just how it generates suggestions. Along with some preliminary findings, you'll find a pointer to a program for enumerating all
possible suggestions from a given starting point. I found the number of possible suggestions to be surprisingly small considering the immense scope of the web."
It's not the amount of data that a program references to create a result, it's the precision of it's result that matters... if it can do it with relatively little data, then it was designed/implemented by someone who knows what they're doing...
---
Programming is like sex... Make one mistake and support it the rest of your life.
Press "p" and the first thing "google suggests" is "Paris Hilton", hmm. Although on a cooler note when yopu press "f" the first suggestion is firefox!
If you're interested in Search Engine Optimization, the tool can be used like the Overture Keyword Selector Tool. Similar results are obtained with both, which is interesting all in itself. A guy built an interface similar to Overture to use with Google Suggest.
:)
Other than that I can't think of a real use... I usually know what I want to search for on Google. It could help optimize queries I guess (see the "number" of results before hitting submit, but not the quality...)
Happy Holidays to all Slashdotters, by the way
Eureka Science News - automatically updated
Why does that annoy you? For those of us who can't spell, it's quite helpful.
You could have put some effort into that statement. How about
Wy doz that annoi yu? For thoze ov us hu kant spel, its kwite helpfle.
Google needs to remember the last x queries that we submitted and the time we submitted them to better guess what we're looking for. If I hit 'p' I get Paris Hilton even though previous searches were for perl, parrot and pascal.
When will they work out that there are different classes of users out there that look for different things at different times?
As big as the web is, it's just the same boring drivel over and over... it shouldn't be too hard to make Google Suggest! :)
Berto
I like trying to use Google Suggest in unexpected ways: Try typing in 1ZE and see all the UPS tracking numbers that come up. Pick one and track it. Or try typing an area code with a large population (201, 212, 213, 818, etc) and maybe add a digit or two and see what telephone numbers people have been searching for lately.
After some period Google will not only suggest but will also take decisions for you!
wait....
Isn't "I'm Feeling Lucky" option takes a decision for you?
... it doesn't include dirty words. I know, I may be a little immature, but it's almost always the first thing I try on anything like this. There's not even a way of turning 'safe suggest' on or off or anything. Even such innocuous (and popular!) words like 'nude' aren't suggested. What if you're searching for nude models for your art class, or the great nudes? It's just interesting... Google is becoming very corporate in terms of filtering out content these days.
Random rants about technology: http://technorants.blogspot.com
a: amazon
b: best buy
c: cnn
WHO THE FUCK SEARCHES FOR THOSE THINGS?? It amazes me how stupid people are - rather than type in amazon.com, bestbuy.com, or cnn.com, they actually search for them on Google.
It will show "penthouse", but not "playboy".
(\_/)
(O.o) This is Bunny. Add Bunny to your signature
(> <) to help him achieve world domination.
That's because nobody can spell Britney Spears correctly.
How am I supposed to fit a pithy, relevant quote into 120 characters?
in the early days of the internet, people were posting all sorts of websites on all sorts of topics. as the web became more commercialized, most geeks were (rightfully) worried that major commercial hubs would be created that would attract the majority of attention and dilute the importance of the more peripheral areas of the web. this trend is already underway, and tools such as google suggest will hasten the decline. users will be directed to the areas that most people are already going, thereby increasing the traffic to portals and decreasing traffic to niche or enthusiast sites. in my opinion, google suggest is ANTI-internet.
If I remember correctly, I remember reading in one of Jacob Nielson's usability books about how a surprisingly large majority of users thought (this was back in the day before Google) that the Yahoo search field "was the internet". They typed everything into it, and payed no attention to the adress bar.
http://www.google.com/webhp?complete=1&hl=e
that long address wont help anyone.
Even if it is in beta.
Why does yahoo do this
The suggested words by themselves may not be all that useful,but when combined with the number of results shown for each keyword ,I think it can be useful.
Google suggest may not be immediately be of use to everyone like Google.com,but will rather be when a particular situation arises for the user.
I think its a specific need based solution.
Why does yahoo do this
First suggestion for each letter/number:
i ll ine dictionary
amazon
best buy
cnn
dictionary
ebay
firefox
games
hotma
ikea
jokes
kazaa
lyrics
mapquest
news
on
paris hilton
quotes
recipes
spybot
tara reid
ups
verizon
weather
xbox
yahoo
zip codes
1
2004 election
3m
411
50 cent
60 minutes
7th heaven
89.com
911
02
see http://johnbokma.com/perl/google-suggest.html
Perl Programmer for hire
Hi guys, I just finished implementing Google suggest for a dictionary database. http://www.objectgraph.com/dictionary The code is clean and you could see it by using "View Source" The dictionary database is on an SQL server (total of 18000+ words) with an index on the word column.