4 releases
Uses old Rust 2015
0.1.2 | Aug 10, 2018 |
---|---|
0.1.1 | Aug 7, 2018 |
0.1.0 | Aug 3, 2018 |
0.0.9 | Aug 3, 2018 |
#816 in Machine learning
30KB
381 lines
fast_text
FastText implements a series NLP utilities that operate efficiently on large datasets. This library allows rust programs to build and interface with Facebook's fastText library. Docs are hosted at Docs.rs/fast_text.
See the fastText website and codebase for more information.
Implementation notes:
- Does not currently support the analogy function
Dependencies
~395–620KB