6 Sentiment analysis in Go

github.com godoc.org goreportcard.com posted by tomf 2657 days ago  

Sentiment lets you pass strings in English into a function and get an estimate of the sentiment of the string using a very simple probabalistic model. The model is trained off of this dataset which is a collection of IMDB movie reviews classified by sentiment.

Register to comment or vote on this story