SkillAgentSearch skills...

Sentient

Simple sentiment analysis using the AFINN-111 word list

Install / Use

/learn @dantame/Sentient
About this skill

Quality Score

0/100

Supported Platforms

Universal

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
View on GitHub
GitHub Stars35
CategoryDevelopment
Updated1y ago
Forks7

Languages

Elixir

Security Score

60/100

Audited on Jan 7, 2025

No findings