mach-kernel / mail-classifier

Mail classification OTP actors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mail-classifier

Mail classification OTP actors. Grabs a stream of messages and transforms them into tuples of (message for label a, message for label b) before feedinng them into a naive bayes classifier.

Installation

If available in Hex, the package can be installed by adding pursuit_services to your list of dependencies in mix.exs:

def deps do
  [
    {:pursuit_services, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/pursuit_services.

About

Mail classification OTP actors


Languages

Language:Elixir 100.0%