langdetect-rs 0.2.2

Language detection in Rust. Port of Mimino666's langdetect.
Documentation
[dependencies.lazy_static]
version = "1.5.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_distr]
version = "0.5.1"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0.145"

[[example]]
name = "custom_profile"
path = "examples/custom_profile/main.rs"

[[example]]
name = "extend_default"
path = "examples/extend_default/main.rs"

[[example]]
name = "simple"
path = "examples/simple/main.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Language detection in Rust. Port of Mimino666's langdetect."
documentation = "https://docs.rs/langdetect-rs"
edition = "2024"
homepage = "https://github.com/LdDl/langdetect-rs"
keywords = ["language", "nlp", "langdetect", "language-id", "text-processing"]
license = "Apache-2.0"
name = "langdetect-rs"
readme = "README.md"
repository = "https://github.com/LdDl/langdetect-rs"
version = "0.2.2"