Skip to content

dantame/sentient

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

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