Writing an NLP System in Python

Tony Meyer t-meyer at ihug.co.nz
Fri Nov 28 01:44:28 EST 2003


> I am trying to write a program in python that can parse 
> simple sentences like:
> 
> ''I need a train from London to Brighton''
> 
> and get a query response from a database. Can anyone help me 
> begin this task by suggesting what components I will need to
> look at. I am learning python, 
> for the first time, and would be grateful for any help.

There's the basis of a nlp in the code from 'Artificial Intelligence: A
Modern Approach'.  Might be of use.

<http://aima.eecs.berkeley.edu/python/readme.html>
<http://aima.eecs.berkeley.edu/python/nlp.html>

=Tony Meyer






More information about the Python-list mailing list