Stemmer - An English (Porter2) stemming implementation in Elixir Part one of a two part series: using the json datatype in postgres with Ecto, deploying through Travis to Heroku

Simple Bayes - A Naive Bayes implementation in Elixir

https://github.com/fredwu/simple_bayes

Features

  • Multinomial Naive Bayes algorithm
  • No external dependencies
  • Ignores stop words
  • Additive smoothing
  • TF-IDF
  • Optional keywords weighting
  • Optional word stemming via Stemmer