https://github.com/afshinm/tf-idf
Rusty TF-IDF
https://github.com/afshinm/tf-idf
rust rust-lang rust-library tf-idf
Last synced: 6 months ago
JSON representation
Rusty TF-IDF
- Host: GitHub
- URL: https://github.com/afshinm/tf-idf
- Owner: afshinm
- License: mit
- Created: 2017-02-20T22:20:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T09:30:22.000Z (over 8 years ago)
- Last Synced: 2025-03-24T13:05:16.581Z (7 months ago)
- Topics: rust, rust-lang, rust-library, tf-idf
- Language: Rust
- Size: 8.79 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rusty TF-IDF
This library implements [TF-IDF](https://en.wikipedia.org/wiki/Tf%E2%80%93idf) in Rust.
## Implementation
I have used following functions for TF and IDF parts:
**TF**:

**IDF**:

## Dependencies
Rust > 1.x
## Build
```
cargo build
```## Test
```
cargo test
```## Build documentation
Run follwoing command:
```
cargo doc
```## Author
Afshin Mehrabani - afshin.meh@gmail.com
## License
MIT