uniquewords-rs

Crates.iouniquewords-rs
lib.rsuniquewords-rs
version0.8.0
sourcesrc
created_at2023-02-05 19:39:11.932676
updated_at2024-02-19 13:10:31.754657
descriptionCount the frequencies of words in text file(s)
homepage
repositoryhttps://github.com/ninpnin/uniquewords-rs
max_upload_size
id777347
size16,925
Vinö (ninpnin)

documentation

README

uniquewords-rs

Count the frequencies of words in text file(s)

USAGE:
    uniquewords-rs [OPTIONS] [DATA_PATH]...

ARGS:
    <DATA_PATH>...    Path to the .txt data files

OPTIONS:
    -h, --help             Print help information
    -l, --limit <LIMIT>    Lower limit for the number of occurences of a word to be included
                           [default: 5]
    -V, --version          Print version information

Installation

cargo install uniquewords-rs
Commit count: 24

cargo fmt