Rewriting FastText in Rust
· 10 min read
In underthesea v9.2.9, we replaced the fasttext Python package (a wrapper around Facebook's C++ library) with a pure Rust implementation inside underthesea-core. The result: identical predictions, simpler installation, and one fewer C++ dependency in our stack.
