word2vec-rs
word2vec-rs copied to clipboard
pure rust implemention of word2vec
Hi i was wondering why dont you publish this crates.io as a crate so everybody can use it without cloning the repo ?
Bumps [time](https://github.com/time-rs/time) from 0.2.27 to 0.3.21. Release notes Sourced from time's releases. v0.3.21 See the changelog for details. v0.3.20 See the changelog for details. v0.3.19 See the changelog for details....
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 4.0.26. Release notes Sourced from clap's releases. v4.0.26 [4.0.26] - 2022-11-16 Fixes (error) Fix typos in ContextKind::as_str v4.0.25 [4.0.25] - 2022-11-15 Features (error) Report available...
Hi `mklf/word2vec-rs`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...
Bumps [rand](https://github.com/rust-random/rand) from 0.4.6 to 0.8.5. Changelog Sourced from rand's changelog. [0.8.5] - 2021-08-20 Fixes Fix build on non-32/64-bit architectures (#1144) Fix "min_const_gen" feature for no_std (#1173) Check libc::pthread_atfork return...
Hi there, I myself was wondering whether to implement w2v in rust. I am a python user and noob to rust. In any case, I found your repo and it...