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
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
Please sign in to use Codespaces.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Simple sentiment analysis using the AFINN-111 wordlist
# Add it to your deps in your projects mix.exs
defp deps do
[{:sentient, "~> 0.0.2"}]
end
# Get a score for a phrase
Sentient.analyze("I really love cats!") # => 3
Simple sentiment analysis using the AFINN-111 word list