Sentiment analysis in Elixir - afinn has been released
Last week, I released the first version of afinn library for Elixir. It’s a very simple library for sentiment analysis.
Just add it to mix.exs
:
And then we can use it like this:
Some ideas for further development:
- Improve documentation
- Add more languages
- Add emoticons/emoji support
- Add support for multi-word expressions (“bad luck”, “no fun” etc.)