Skip to content

Automatically exported from code.google.com/p/explicit-semantic-analysis

Notifications You must be signed in to change notification settings

ayushjaiswal/explicit-semantic-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

* Install the following packages:
    a. SetupTools package:
        sudo apt-get install python-setuptools
    
    b. workpool package for multithreading
        sudo python etc/<workpool dir>/setup.py install
    
    c. BeautifulSoup for parsing
        sudo apt-get install python-bs4
        In case, bs4 is not available:
            sudo apt-get install python-beautifulsoup
    
    d. NLTk
        http://nltk.org/install.html
        
    e. PiCloud
        tar -xvzf etc/<picloud tar-file>
        sudo python etc/<picloud dir>/setup.py install
        Documentation : docs.picloud.com

* To run in app mode, issue from src/ folder:
	python runner.py

* To run in batch mode, issue from src/ folder:
	python runner.py batch

About

Automatically exported from code.google.com/p/explicit-semantic-analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages