Slashdot Mirror


User: gavi

gavi's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Dictionary Suggest (Similar to Google Suggest) on Google Suggest Dissected, Part II · · 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.