[package]
name = "bayesian"
version = "0.3.0"
edition = "2024"
authors = ["Corey Prophitt <corey@prophitt.me>"]
description = "A naive Bayesian classifier with optional TF-IDF support"
license = "MIT"
repository = "https://github.com/prophittcorey/bayesian"
keywords = ["bayesian", "classifier", "naive-bayes", "nlp", "machine-learning"]
categories = ["science", "algorithms", "mathematics"]
readme = "README.md"
[dependencies]
serde = { version = "1", features = ["derive"] }
bincode = "1"
flate2 = "1"