Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 360 Bytes

File metadata and controls

19 lines (14 loc) · 360 Bytes

Sentient

Simple sentiment analysis using the AFINN-111 wordlist

Installation

# Add it to your deps in your projects mix.exs
defp deps do
  [{:sentient, "~> 0.0.2"}]
end

Usage

# Get a score for a phrase
Sentient.analyze("I really love cats!") # => 3