Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riomus/polish-sentiment
Set of tools that let you do sentiment analysis for polish language.
https://github.com/riomus/polish-sentiment
Last synced: 25 days ago
JSON representation
Set of tools that let you do sentiment analysis for polish language.
- Host: GitHub
- URL: https://github.com/riomus/polish-sentiment
- Owner: riomus
- License: bsd-2-clause
- Created: 2016-04-18T07:14:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T15:00:01.000Z (over 5 years ago)
- Last Synced: 2024-08-04T20:02:46.562Z (4 months ago)
- Language: C
- Size: 31.6 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sentiment-analysis - Java, Polish Sentiment Model - Sentiment analysis for polish language using SVM and BoW - within Docker. (Libraries)
README
# Sentinent analysis for polish language using SVM and BoW
Requirements:
* Docker
* docker-compose
* git, git-lfs## Start
```bash
git clone https://github.com/riomus/polish-sentiment.git
cd polish-sentiment
docker-compose up -d
```## Use
```bash
curl --request POST http://localhost:8091/classifier --data "Nie lubie cię"
# {"sentiment":"NEGATIVE","metadata":{}}%
```