Some tooling the team are sharing for seting up Vader for Project Bagel.
VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains.
This package requires Python 3 and pip .
curl https://pyenv.run | bash
At the end of the run, you should see something like this:
WARNING: seems you still have not added 'pyenv' to the load path.
# Load pyenv automatically by adding
# the following to ~/.bashrc:
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
Add pyenv to your path & once done, you'll need to reload your shell.
git clone https://github.com/ServiceInnovationLab/vader-bagel.git
cd vader-bagel
We want to use the exact version of python this project recommends
pyenv install < .python-version
python --version # This should match the version in .python-version file
pip install -r requirements.txt
Scripts / commands are in the bin directory of this repo