Hello!

I am a Master's student in the Purdue Graduate Computer Science
program and I am working on my thesis which is "Calculating Word
Similarity by Using Natural Text Descriptions".

For one of my calculations I need to get the number of results Google
returns for a word. But I need to get all the results first, for all
the nouns defined in the English dictionary (or WordNet, the database
I use).

I have tried to query Google from my C++ code, but I can not get more
than couple of hundred results for couple of hundred distinct results.
I am using the CS server my school has, so I am accessing Google with
an official IP address.

Is there any way I can get access to run my application once for all
the nouns in English? I will save the values in a file and use them
from there afterwards. This issue is delaying me from graduating, I
really need a solution to this. Or maybe an alternative way with which
I can access the number of links the nouns have.

Thank you so much!

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to