Skip to content

katta/watson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Tagging Library for free text based on Independent Component Analysis technique.

Build Status

Setup

  • Install Python 2.7.x
  • Install virtualenv to manage packages
pip install virtualenv
virtualenv .env # this creates environment for this application
source .env/bin/activate 
  • Install packages from eggs.txt
pip install -r eggs.txt
  • Install nltk data packages, from python prompt execute these
python setup.py

Usage

  • After the setup you can run the following script against a document directory to generate most significant tags
./run.py <content directory path>

Running Tests

Either use the helper script ./t or run the command python -m unittest -v tests

About

Automatic tagging for text content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published