Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 300 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 300 Bytes

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