/sentiment-analysis-in-go

Basic Sentiment Analysis In GoLang

Primary LanguageGo

sentiment-analysis-in-go

file main.go contains basic sentiment analysis done on IMDB moview reviews.

To check this out

  1. Clone the repository
  2. Make sure you install the sentiment-analysis package via go get -u github.com/cdipaolo/sentiment
  3. Run go code with go run main.go