With the intention to have some fun, I conceived the below

I have not named her yet. But I do know what she intends to achieve. Here is some glossyware for you,
- Search wikipedia page-titles. e.g typing green should popup green_day.
- See a tag cloud of 100 titles. Weight criteria is the no of in-bound links to the page.
My motivation of making this small app is to learn a thing or two, and have some fun.
February 2, 2007 at 3:39 pm
This looks cool.
Have you heard of STRMAT? http://www.cs.ucdavis.edu/~gusfield/strmat.html
I stumbled upon it while looking for a way to build some toy application… I can’t remember which right now. Something related to auto-comltete I think, like Google Suggest.
Anyways, I remembered reading about Suffix trees (or something similar) which will let you create a uber-fast data structure for lookups on vast quantities of text data.
All in theory of course… I’ve just read a few wikipedia articles on this