conspeech
conspeech copied to clipboard
Political Speech Generator
After installing scipy, scikit-learn and nltk, `python demo.py` turns up this: ``` (py)pierce-osx:conspeech pierce$ python demo.py Traceback (most recent call last): File "demo.py", line 1, in import con_util File "/Users/pierce/conspeech/con_util.py",...
Running: ``` git clone https://github.com/valentin012/conspeech.git cd conspeech sudo pip install nltk sklearn python demo.py RY 0.25 ``` Throws: ``` [constructing dataset...] Traceback (most recent call last): File "demo.py", line 37,...
**leeny** > I had to do the following to get this working: > - install scikit-learn (http://scikit-learn.org/stable/install.html) > - install nltk (http://www.nltk.org/install.html) > - download data set: http://www.cs.cornell.edu/home/llee/data/convote.html > -...
Error loading notebook Unreadable Notebook: /home/$USER/conspeech/con_speech.ipynb Unsupported nbformat version 4 using: $ ipython Python 2.7.10 (default, Oct 14 2015, 16:09:02) Type "copyright", "credits" or "license" for more information. IPython 2.3.0...