Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stanly-johnson/text-analyzer
https://github.com/stanly-johnson/text-analyzer
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stanly-johnson/text-analyzer
- Owner: stanly-johnson
- Created: 2024-03-19T17:40:59.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-19T17:42:29.000Z (10 months ago)
- Last Synced: 2024-12-02T01:42:05.662Z (about 1 month ago)
- Language: Rust
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple text analyzer for large files
## How to build
`cargo build --release`
## How to load data
`cargo run -- --file combined.txt --load`
## To generate map of words/frequency
`cargo run -- --file combined.txt frequency-map`
## To search for a word in file
`cargo run -- --file combined.txt search License`
## To run tests
`cargo test`