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