econpy / django-nltk-wordcount

Django webapp that performs a word count on a text file from a list of text files provided by the user. In this example project, text files containing user reviews from Android apps are provided.

Home Page:http://words.economics.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Bootstrap NLTK Word Counter

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.

Demo

Check out a live demo: http://words.economics.io

Dependencies

The following libraries are dependencies:

Usage

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

About

Django webapp that performs a word count on a text file from a list of text files provided by the user. In this example project, text files containing user reviews from Android apps are provided.

http://words.economics.io


Languages

Language:Python 100.0%