Home

Awesome

Sentiment Analysis for Hungarian language

This is open-source sentiment analysis tool for Hungarian language, written in Python. The application has a REST API for easier access, and also accessible via Docker's container technology.

##Installation: Docker container installation is suggested. ###1. Native way

###2. Docker

##Usage: ###1. Launch application with:

###2. Usage of REST API:

##Sources Following external open-source tools were applied, some of their installer files are collected at /resources folder. All of their rights are owned by their creators.

  1. NLP tools - HunToken, HunPoS, Ocamorph & HunMorph, Polyglot NER
  2. OpinHUBank sentiment corpus
  3. Python Flask REST API - http://flask.pocoo.org/
  4. Python packages - NumPy, SciPy, Sklearn, NLTK