Parser Generator?

Alex Martelli aleax at mac.com
Sun Aug 19 16:04:17 EDT 2007


Jack <nospam at invalid.com> wrote:

> Thanks for the suggestion. I understand that more work is needed for natural
> language
> understanding. What I want to do is actually very simple - I pre-screen the
> user
> typed text. If it's a simple syntax my code understands, like, Weather in
> London, I'll
> redirect it to a weather site. Or, if it's "What is ... " I'll probably
> redirect it to wikipedia.
> Otherwise, I'll throw it to a search engine. So, extremelyl simple stuff ...

<http://nltk.sourceforge.net/index.php/Main_Page>

"""
NLTK — the Natural Language Toolkit — is a suite of open source Python
modules, data sets and tutorials supporting research and development in
natural language processing.
"""


Alex



More information about the Python-list mailing list