Parsing in Python

Mark Lawrence breamoreboy at yahoo.co.uk
Sun Dec 9 03:48:35 EST 2012


On 08/12/2012 22:23, subhabangalore at gmail.com wrote:
> Dear Group,
>
> I am looking at a readymade tool to resolve anaphora, and I am looking a Python based one. I checked NLTK. It has DRT parser. But I do not like that. In other parsers you have to insert grammar. But I am looking for a completely built in.
>
> If anyone can kindly suggest.
>
> Regards, Subhabrata.
>

Take your pick from http://nedbatchelder.com/text/python-parsers.html

-- 
Cheers.

Mark Lawrence.




More information about the Python-list mailing list