Home » , , » Using NLTK on GAE

Using NLTK on GAE

-->
http://code.google.com/p/nltk-gae/

Link above provides a tailored version of nltk which can be deployed on the top of Google app engine (GAE)

This is a very small part of the python nltk library to support some basic NLP (Natural Language Processing) functionality on appengine, namely the default sentence tokenizer, word tokenizer, part of speech tagger and regex parser.

Popular Posts