Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

ServiceInnovationLab/vader-bagel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vader Bagel

Boiler plate for sorting sentences by sentiment

Some tooling the team are sharing for seting up Vader for Project Bagel.

VADER

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.

Read more about VADER

Install Instructions for vader-bagel

This package requires Python 3 and pip .

Setup Vader Bagel in pyenv

Step 1: Install pyenv

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.

Step 2: Clone the repo

git clone https://github.com/ServiceInnovationLab/vader-bagel.git
cd vader-bagel

Step 3: Install python using pyenv

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

Step 4: Install Dev dependencies

pip install -r requirements.txt

Running

Scripts / commands are in the bin directory of this repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages