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
- Host: GitHub
- URL: https://github.com/ninpnin/uniquewords-rs
- Owner: ninpnin
- Created: 2022-04-10T20:19:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T13:10:18.000Z (over 1 year ago)
- Last Synced: 2025-01-11T00:49:32.981Z (9 months ago)
- Topics: descriptive-statistics, nlp, preprocessing
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 filesOPTIONS:
-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
```