bsd icon indicating copy to clipboard operation
bsd copied to clipboard

dependencies

Open jpfairbanks opened this issue 7 years ago • 10 comments

This package needs to handle dependency installation,

that includes: pip install vaderSentiment pattern nltk decorator requests textstat import nltk; nltk.download('punkt')

jpfairbanks avatar Nov 28 '17 18:11 jpfairbanks

@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.

jpfairbanks avatar Dec 11 '17 13:12 jpfairbanks

where does "pattern" come from?

jpfairbanks avatar Dec 11 '17 14:12 jpfairbanks

Is it this one? https://github.com/clips/pattern/

jpfairbanks avatar Dec 11 '17 14:12 jpfairbanks

https://www.clips.uantwerpen.be/pattern

cjhutto avatar Dec 11 '17 14:12 cjhutto

So that is a python 2 only lib ... 😭

jpfairbanks avatar Dec 11 '17 14:12 jpfairbanks

Is their python 3 branch ready?

jpfairbanks avatar Dec 11 '17 14:12 jpfairbanks

grrr - I can't tell if it is...

cjhutto avatar Dec 11 '17 14:12 cjhutto

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.

cjhutto avatar Dec 26 '17 15:12 cjhutto

Did you delete the deps from the setup.py script?

jpfairbanks avatar Jan 18 '18 18:01 jpfairbanks

PR #22 seems to take care of this issue, right?

cjhutto avatar Mar 19 '18 13:03 cjhutto