Skip to content

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.

Notifications You must be signed in to change notification settings

econpy/django-nltk-wordcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages