sentencepiece
sentencepiece copied to clipboard
Rust binding for the sentencepiece library
https://rustdoc.danieldk.eu/sentencepiece is not reachable from my environment
At the moment I can't seem to find a way to use Ninja instead of make. ``` CMake Error: CMake was unable to find a build program corresponding to "Unix...
Thanks for these bindings, we've been using them a lot to train our models and have been very happy with them. One thing though is that negative values for `n_best`...
## Problem When using `RUSTFLAGS="-C target-feature=+crt-static"` for static linking on non-Windows platforms (Linux/macOS), the build fails with linker errors. The current `build.rs` only handles static linking configuration for MSVC compiler...