bsd
bsd copied to clipboard
dependencies
This package needs to handle dependency installation,
that includes:
pip install vaderSentiment pattern nltk decorator requests textstat
import nltk; nltk.download('punkt')
@cjhutto @scottagt, I added a setup.py file and travis and stuff, moved the name of a folder to remove an underscore. I accidentally pushed to master.
where does "pattern" come from?
Is it this one? https://github.com/clips/pattern/
https://www.clips.uantwerpen.be/pattern
So that is a python 2 only lib ... 😭
Is their python 3 branch ready?
grrr - I can't tell if it is...
In the latest revision, I've reduced some of the dependencies on outdated external libraries, including much of the reliance on Pattern.text.en... though I couldn't easily migrate away from relying on their Modality scoring algorithms, so that's still in there.
Did you delete the deps from the setup.py script?
PR #22 seems to take care of this issue, right?