#nlp #text-file #word #frequencies #data #preprocessor #stdin

app uniquewords-rs

Count the frequencies of words in text file(s) or stdin

12 releases (7 breaking)

new 0.9.1 Jan 15, 2025
0.8.0 Feb 19, 2024
0.7.0 Apr 21, 2023
0.4.0 Feb 8, 2023

#791 in Text processing

Download history 3/week @ 2024-09-27 1/week @ 2024-10-04 7/week @ 2024-12-06 4/week @ 2024-12-13 92/week @ 2025-01-10

92 downloads per month

MIT license

7KB
110 lines

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

Dependencies

~7–14MB
~173K SLoC