| Crates.io | stylometry-analyzer |
| lib.rs | stylometry-analyzer |
| version | 0.1.1 |
| created_at | 2026-01-03 21:30:09.497627+00 |
| updated_at | 2026-01-04 02:15:46.963212+00 |
| description | Minimal CLI tool that combines one or more `.txt` files, extracts user-authored text, and enforces a minimum size. Hash-embeds text chunks and queries a local vector DB to classify writing style. Not semantic/tone based search for now. Prints results to stdout and writes `results.json`. |
| homepage | https://github.com/thegreatbey/stylometry |
| repository | https://github.com/thegreatbey/stylometry |
| max_upload_size | |
| id | 2020828 |
| size | 83,100 |
Minimal CLI tool that:
.txt files, extracts user-authored text, and enforces a minimum size.results.json.http://127.0.0.1:8080cargo run -- --file path\to\file1.txt path\to\file2.txt
Spaces in paths are fine if quoted.