-
Notifications
You must be signed in to change notification settings - Fork 64
Home
pathetiq edited this page Jul 29, 2016
·
9 revisions
Prerequisite:
- Install Jython 2.7
Inside Jython (using pip from jython bin folder) install:
- git clone https://github.com/sloria/TextBlob.git
- git branch tag/0.11.1
- apt-get install python-beautifulsoup
- apt-get install python-request
- pip install tld
Note: We need textblob 0.11.1 as the next version use sqlite3 module that is not supported by jython as of July 29th 2016. See bug report here: Jython Issue 1682864