https://github.com/mnvx/sentiment
Sentiment analysis tool
https://github.com/mnvx/sentiment
Last synced: about 1 year ago
JSON representation
Sentiment analysis tool
- Host: GitHub
- URL: https://github.com/mnvx/sentiment
- Owner: mnvx
- License: mit
- Created: 2017-05-19T20:53:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T17:33:19.000Z (about 9 years ago)
- Last Synced: 2025-02-17T03:28:31.538Z (over 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sentiment analysis tool
=======================
Requirements
------------
- Python 3
Installation
------------
For development:
```bash
make dev
```
For production:
```bash
make install
```