https://github.com/mach-kernel/mail-classifier
Mail classification OTP actors
https://github.com/mach-kernel/mail-classifier
Last synced: about 1 year ago
JSON representation
Mail classification OTP actors
- Host: GitHub
- URL: https://github.com/mach-kernel/mail-classifier
- Owner: mach-kernel
- Created: 2017-12-06T20:04:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T21:05:15.000Z (almost 5 years ago)
- Last Synced: 2025-01-08T22:05:29.877Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://hex.pm/docs/publish), the package can be installed
by adding `pursuit_services` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:pursuit_services, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/pursuit_services](https://hexdocs.pm/pursuit_services).