Per wrote:
> I am doing a Natural Language processing project for academic use,
> 
> I think google's rich retrieval information and query-segment might be
> of help, I downloaded google api, but there is query limit(1000/day),
> How can I write python code to simulate the browser-like-activity to
> submit more than 10k queries in one day?

Would Yahoo's API work for you?  IIRC, it allows 5000 queries per day
and up to 100 results per query.  It also includes some easy-to-use
Python examples.

Or, if you are willing to pay for it, you can get as many queries as you
want from Alexa.

HTH,
Steve P.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to