bayespam 1.2.0

A simple bayesian spam classifier.
Documentation
[[bin]]
name = "bayespam"
path = "src/main.rs"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.unicode-segmentation]
version = "1.7.1"

[lib]
name = "bayespam"
path = "src/lib.rs"

[package]
authors = ["Thomas Didion <thomas.didion@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "A simple bayesian spam classifier."
edition = "2021"
homepage = "https://github.com/thomasdidion/bayespam"
keywords = ["bayesian", "spam", "classifier"]
license = "MIT"
name = "bayespam"
readme = "README.md"
repository = "https://github.com/thomasdidion/bayespam"
version = "1.2.0"