Versions in this module Expand all Collapse all v1 v1.0.1 Mar 12, 2022 v1.0.0 Mar 12, 2022 Changes in this version + type Scores struct + Compound float64 + Negative float64 + Neutral float64 + Positive float64 + func (s *Scores) Sentiment() string + type Vader struct + func NewVader(vaderZipFile string) (*Vader, error) + func (v *Vader) PolarityScores(sentence string) Scores