├── LICENCE.txt ├── README.md ├── example-results.txt ├── sentitext.php ├── vader_sentiment_lexicon.txt └── vadersentiment.php /LICENCE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abusby/php-vadersentiment/HEAD/LICENCE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abusby/php-vadersentiment/HEAD/README.md -------------------------------------------------------------------------------- /example-results.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abusby/php-vadersentiment/HEAD/example-results.txt -------------------------------------------------------------------------------- /sentitext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abusby/php-vadersentiment/HEAD/sentitext.php -------------------------------------------------------------------------------- /vader_sentiment_lexicon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abusby/php-vadersentiment/HEAD/vader_sentiment_lexicon.txt -------------------------------------------------------------------------------- /vadersentiment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abusby/php-vadersentiment/HEAD/vadersentiment.php --------------------------------------------------------------------------------