sentencex 0.1.13

Sentence segmentation library with wide language support optimized for speed and utility.
Documentation
[[bench]]
harness = false
name = "segment_benchmark"
path = "benches/segment_benchmark.rs"

[[bin]]
name = "sentencex"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.2"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.tree-sitter]
optional = true
version = "0.25"

[dependencies.tree-sitter-html]
optional = true
version = "0.23"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7"

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

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

[package]
authors = ["Santhosh Thottingal <santhosh.thottingal@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Sentence segmentation library with wide language support optimized for speed and utility."
edition = "2024"
keywords = ["nlp", "sentences", "multilingual"]
license = "MIT"
name = "sentencex"
readme = "README.md"
repository = "https://github.com/wikimedia/sentencex"
rust-version = "1.91"
version = "0.1.13"

[[test]]
name = "exclusion_test"
path = "tests/exclusion_test.rs"