[BangPypers] How to search a word list very fast

Venkatraman S venkat83 at gmail.com
Fri Oct 30 07:13:05 CET 2009


On Fri, Oct 30, 2009 at 11:37 AM, Amit Sethi <amit.pureenergy at gmail.com>wrote:

> I am trying to develop a sort of keyword generator for blog posts much like
> the Yahoo Keyword service .


I havent tried the latter - hence do not know how it works and what it is
used for.


> As an initial idea I am using the list of most
> used 3000 words in project Gutenberg as being redundant . My question is
> what is the best way to organize my data and what algorithms would allow me
> to search this list the fastest.
>

Try using Patricia Tries.

-V-
http://twitter.com/venkasub


More information about the BangPypers mailing list