Slashdot Mirror


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."

9 of 148 comments (clear)

  1. Re:when will they get it? by nayigeta · · Score: 2, Interesting

    On similar note.

    Instead of showing the possible results and its score as you type, I would rather it return the most probable exact single match.

    Anyway, as I tried to type some of the terms I used to search for, they do not appear on the list.

    So, it will be interesting to see how slow it might get if google is to index every single terms out there.

    --
    Sunset over the lake, cool mist over the bridge; A leave upon the ripples, the snow reflects its glow.
  2. Re:when will they get it? by Bioanarchism · · Score: 4, Interesting

    apparently google has better programmers and engineers than most tech companies. it is not only the interesting concepts that they publish, but the courage to invest and experiment thins that are others dare not or rather, they think of as time-consuming.

    how can i, personally, not think of a flash clip which protrayed the merge of google and amazon, to create googlezon, based on google's extensive grid engine. lets hope that wont be an accurate prediction, coz i dun wanna live in a world that has the rest of the world's information at their fingertips.

    and it seems, google is on that path to 'immortality'.

    --
    Often we do not have time for our friends, yet all the time in the world for our enemies.
  3. SEO by FiReaNGeL · · Score: 5, Interesting

    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 :)

  4. Unexpected Ways by RmanB17499 · · Score: 5, Interesting

    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.

    1. Re:Unexpected Ways by Anonymous Coward · · Score: 1, Interesting

      Heh... good idea. I just used the program to enumerate all suggestions starting with 1ze. Not that many of them it seems.

      Suggestion: 1zea54660331985982
      Suggestion: 1ze20a324260463891
      Suggestion: 1ze278020330000933
      Suggestion: 1zea54610384411386
      Suggestion: 1ze17a584283834117
      Suggestion: 1ze2e8630216613599
      Suggestion: 1ze6w3110315135840
      Suggestion: 1ze6w3114214877030
      Suggestion: 1ze13a834220148077
      Suggestion: 1ze208290391650789
      Suggestion: 1ze17a584265752490
      Suggestion: 1ze1024v0342273265
      Suggestion: 1ze077r50304406359
      Suggestion: 1ze2e8630216700235
      Suggestion: 1ze077r50302472013
      Suggestion: 1ze077r50304451676
      Suggestion: 1ze9w9999999999999
      Suggestion: 1ze20a454240124654
      Suggestion: 1ze240300343006145
      Suggestion: 1ze17a584223627034
      Suggestion: 1ze17w610341134533
      Suggestion: 1ze990160346643023
      Suggestion: 1ze206481210328703
      Suggestion: 1ze20a234294418527
      Suggestion: 1ze2e8630216797856
      Suggestion: 1ze3e9996859400357
      Suggestion: 1ze2e8630216767665

    2. Re:Unexpected Ways by Quixote · · Score: 2, Interesting

      Here's a web page where someone wrote a script to see what package numbers are coughed up by Google: enjoy! .

  5. Re:Some words are censored ... by Anonymous Coward · · Score: 1, Interesting

    True... I tried searching for legit place names in the UK (which happen to contain expletives) and it stopped suggesting.

    Try:

    Essex
    Cockfosters
    Scunthorpe ...etc...

  6. Re:Who searches for these things?? by Xeo+024 · · Score: 1, Interesting

    Here's a complete list (credit given to mrn121):

    A - Amazon
    B - Best Buy
    C - CNN
    D - Dictionary
    E - eBay
    F - FireFox
    G - Games
    H - Hotmail
    I - Ikea
    J - Jokes
    K - Kazaa
    L - Lyrics
    M - Mapquest
    N - News
    O - Online Dictionary
    P - Paris Hilton
    Q - Quotes
    R - Recipes
    S - Spybot
    T - Tara Reid
    U - UPS
    V - Verizon
    W - Weather
    X - XBox
    Y - Yahoo
    Z - Zip Codes

    From this comment, again credit given to to mrn121.

  7. Dictionary Suggest (Similar to Google Suggest) by gavi · · Score: 2, Interesting

    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.