Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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":{}}%
```