sentiment icon indicating copy to clipboard operation
sentiment copied to clipboard

Simple Sentiment Analysis in Golang

Results 4 sentiment issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to implement Russian language. I've created train data in Russian and trained the model using .Train() (init.go) function previously added TrainRussianModel() line inside of it. Then...

Assuming that I have a new dataset in English, what are the steps to expand the knowledge of this library?

Hello! I have read the closed issue about Spanish language, and I think I go idea how to retrain the model, but I am a little not sure - I...

This little commit just updates the call to NaiveBayes.UpdateTokenizer that changed in goml's [2dbc4](https://github.com/cdipaolo/goml/commit/2dbc4f28a7bb0940e79973a7344054f825f81641)