Veritaserum: Simple sentiment analisys on Elixir
Hi there!
I just published Veritaserum, a simple sentiment analisys library for Elixir.
It’s based on the AFINN-165 word list, and it also supports:
- emojis (❤️, 😱…)
- boosters (very, really…)
- negators (don’t, not…)
You can check the repo on github.
Read next Metaprogramming Without Macros