Popularity
3.9
Growing
Activity
0.0
Stable
33
0
7

Monthly Downloads: 4
Programming language: Elixir
License:
Tags: Text And Numbers    

sentient alternatives and similar packages

Based on the "Text and Numbers" category.
Alternatively, view sentient alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of sentient or a related project?

Add another 'Text and Numbers' Package

README

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