Re: [BangPypers] How to search a word list very fast

2009-10-30 Thread Anand Balachandran Pillai
On Fri, Oct 30, 2009 at 1:49 PM, Navin Kabra wrote: > Amit, > Question: why do you want to build this yourself? > Depending on what exactly you want to do, it is quite likely that there > already exists an algorithm or a free service that does this for you. You > should search for that... > Yes

Re: [BangPypers] How to search a word list very fast

2009-10-30 Thread Navin Kabra
Amit, Question: why do you want to build this yourself? Depending on what exactly you want to do, it is quite likely that there already exists an algorithm or a free service that does this for you. You should search for that... On Fri, Oct 30, 2009 at 11:37 AM, Amit Sethi wrote: > Hi, > I am tryi

Re: [BangPypers] How to search a word list very fast

2009-10-29 Thread Roshan Mathews
On Fri, Oct 30, 2009 at 11:37 AM, Amit Sethi wrote: > I am trying to develop a sort of keyword generator for blog posts much like > the Yahoo Keyword service . 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 be

Re: [BangPypers] How to search a word list very fast

2009-10-29 Thread Venkatraman S
On Fri, Oct 30, 2009 at 11:37 AM, Amit Sethi 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 >

[BangPypers] How to search a word list very fast

2009-10-29 Thread Amit Sethi
Hi, I am trying to develop a sort of keyword generator for blog posts much like the Yahoo Keyword service . 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 allo