bayesian 0.3.0

A naive Bayesian classifier with optional TF-IDF support
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "bayesian"
version = "0.3.0"
authors = ["Corey Prophitt <corey@prophitt.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A naive Bayesian classifier with optional TF-IDF support"
readme = "README.md"
keywords = [
    "bayesian",
    "classifier",
    "naive-bayes",
    "nlp",
    "machine-learning",
]
categories = [
    "science",
    "algorithms",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/prophittcorey/bayesian"

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

[[example]]
name = "names"
path = "examples/names.rs"

[[example]]
name = "spam"
path = "examples/spam.rs"

[dependencies.bincode]
version = "1"

[dependencies.flate2]
version = "1"

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