Skip to content

dantame/sentient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple sentiment analysis using the AFINN-111 word list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages