An open API service indexing awesome lists of open source software.

https://github.com/ninpnin/uniquewords-rs

Count the word frequencies in a text file
https://github.com/ninpnin/uniquewords-rs

descriptive-statistics nlp preprocessing

Last synced: 7 months ago
JSON representation

Count the word frequencies in a text file

Awesome Lists containing this project

README

          

# uniquewords-rs

```
Count the frequencies of words in text file(s)

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

ARGS:
... Path to the .txt data files

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

## Installation

```bash
cargo install uniquewords-rs
```