We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Simple sentiment analysis using the AFINN-111 word list
Simple sentiment analysis using theAFINN-111 wordlist
# Add it to your deps in your projects mix.exsdefpdepsdo[{:sentient,"~> 0.0.2"}]end
# Get a score for a phraseSentient.analyze("I really love cats!")# => 3