Sample Django app that uses NLTK to count the number of occurrences of a given word in a selected text file, all wrapped up with a simple Twitter Bootstrap layout.
Check out a live demo: http://words.economics.io
The following libraries are dependencies:
After installing the dependencies, run the app by issuing the following commands:
git clone git://github.com/econpy/django-nltk-wordcount.git
cd django-nltk-wordcount/project
python manage.py syncdb
python manage.py runserver