Currently I’m reading Natural Language Processing with Python I may try to run NLTK on Google App Engine. Since GAE is known to have some limitations I just wanted to note down a few links before I dive into it:

- Using the Python NLTK (2.0b5) on the Google App Engine

- Google App Engine – nltk-dev

I was also able to find a NLTK-based app running on Google App Engine: http://newsxperiment.appspot.com

And as usual, nltk-users is going to be my friend.

Benzer Yazılar / Similar Posts:

This entry was posted on Monday, February 15th, 2010 at 6:09 pm and is filed under Linguistics, Programlama. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 comments so far

He Hu
 1 

Hi, Sevinc

I am also interested in NLTK on AppEngine. What are you doing about this issue. Can we get the source code of some sample sites like “http://newsxperiment.appspot.com” to learn this issue?

Cheers

May 2nd, 2010 at 7:18 pm
Emre Sevinc
 2 

http://newsxperiment.appspot.com would be a good starting point, but beware that some part of NLTK does not work on GAE because Google does not let NumPy run on GAE (and NLTK uses NumPy for some functions such as POS tagging).

May 2nd, 2010 at 7:28 pm

Leave a reply

Name (*)
Mail (will not be published) (*)
URI
Comment