Tagalyzer

This tool will eventually be a word relative frequency analyzer. The eventual intended goal is to point it at a directory, and it will analyze statistical values for a sum total of all words in all files, as well as breaking out the how word frequency varies by file. At the moment, it's not much of anything.

Intended Use

I plan on developing this tool into both a CLI binary and a parallel library. It will fit into my workflow by providing frequency of words and phrases (e.g. strings of up to n words or characters) of the directory where I keep all my blog posts, which I can use to help me decide on a set of applicable tags.

License

This work is licensed under either the MIT or Apache 2.0 license at the choice of the user.

Contributing

Contributions are always welcome. Bug reports, code, or even just suggestions are appreciated. If you do want to contribute code, I'm more familiar with merging branches than forks. When I have a CI pipeline set up, MRs will be gated on a handful of test and style commands. I'll list those here so you know what to expect, but expect cargo fmt, cargo test, and cargo clippy -Dwarnings.