If the key_name for each classified word was the actual word then you could 
do a batch get for all the words in an article.  Is there a reason it can't 
be?  

Also it seems like the work of fetching the classifications could be split 
up Map/Reduce style.  Chop an article into chunks that can be handled within 
the time limit, send those chunks to task queues for classification, and 
when they're all done collect them together to calculate the classification 
for the entire article.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to