On Fri, Oct 30, 2009 at 1:49 PM, Navin Kabra <[email protected]> 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. If you are interested in word/language processing algorithms in Python give NLTK a try. Many of these problems are already solved there. http://nltk.org > > On Fri, Oct 30, 2009 at 11:37 AM, Amit Sethi <[email protected] > >wrote: > > > 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 allow > me > > to search this list the fastest. > > I am sorry for asking a very algorithmic question on the list but I don't > > know where I can ask my more algorithmic problems suggestions on that > would > > be great > > Thanks > > > > > > -- > > A-M-I-T S|S > > _______________________________________________ > > BangPypers mailing list > > [email protected] > > http://mail.python.org/mailman/listinfo/bangpypers > > > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > -- --Anand _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
