text-statistics 0.1.0

Comprehensive text statistics: word/sentence/character counts, average word and sentence length, estimated reading time, and a lexile-like difficulty estimate — pure, zero-dependency, deterministic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "text-statistics"
version = "0.1.0"
edition = "2021"
authors = ["BeLikeNative <hello@belikenative.com>"]
license = "MIT"
description = "Comprehensive text statistics: word/sentence/character counts, average word and sentence length, estimated reading time, and a lexile-like difficulty estimate — pure, zero-dependency, deterministic."
homepage = "https://belikenative.com/"
repository = "https://github.com/theluckystrike/belikenative"
documentation = "https://docs.rs/text-statistics"
keywords = ["text", "statistics", "word-count", "reading-time", "linguistics"]
categories = ["text-processing", "science"]
readme = "README.md"

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