[BangPypers] How to search a word list very fast
Anand Balachandran Pillai
abpillai at gmail.com
Fri Oct 30 09:58:38 CET 2009
On Fri, Oct 30, 2009 at 1:49 PM, Navin Kabra <navin.kabra at gmail.com> 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 <amit.pureenergy at gmail.com
> >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
> > BangPypers at python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
--
--Anand
More information about the BangPypers
mailing list