#nlp #text-file #frequencies #words #preprocessor #data #path

app uniquewords-rs

Count the frequencies of words in text file(s)

10 releases (6 breaking)

0.8.0 Feb 19, 2024
0.7.1 Feb 19, 2024
0.7.0 Apr 21, 2023
0.6.0 Apr 21, 2023
0.2.1 Feb 5, 2023

#864 in Text processing

45 downloads per month

MIT license

6KB
86 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

~4–14MB
~149K SLoC