text_analysis 0.4.9

A robust multilingual text analysis CLI with context, N-grams, named entities, and CSV/JSON export.
Documentation
[[bin]]
name = "text_analysis"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.42"

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

[dependencies.csv]
version = "1.3.1"

[dependencies.pdf-extract]
version = "0.9.0"

[dependencies.quick-xml]
version = "0.38.3"

[dependencies.rayon]
version = "1.11"

[dependencies.rust-stemmers]
version = "1.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2"

[dependencies.whatlang]
version = "0.16.4"

[dependencies.zip]
version = "5.1.1"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.assert_fs]
version = "1"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.regex]
version = "1.11.3"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3"

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

[package]
authors = ["ArdentEmpiricist <35100899+ArdentEmpiricist@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parsing", "text-processing", "science"]
description = "A robust multilingual text analysis CLI with context, N-grams, named entities, and CSV/JSON export."
documentation = "https://docs.rs/text_analysis/"
edition = "2024"
exclude = ["assets/*", ".github/*"]
homepage = "https://crates.io/crates/text_analysis"
keywords = ["statistics", "word-analysis", "parsing", "text-processing", "science"]
license = "MIT OR Apache-2.0"
name = "text_analysis"
readme = "README.md"
repository = "https://github.com/LazyEmpiricist/text_analysis"
rust-version = "1.85"
version = "0.4.9"

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

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