/polish-sentiment

Set of tools that let you do sentiment analysis for polish language.

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Sentinent analysis for polish language using SVM and BoW

Requirements:

  • Docker
  • docker-compose
  • git, git-lfs

Start

git clone https://github.com/riomus/polish-sentiment.git
cd polish-sentiment
docker-compose up -d

Use

curl --request POST http://localhost:8091/classifier --data "Nie lubie cię"
# {"sentiment":"NEGATIVE","metadata":{}}%