# fast_text
[](https://travis-ci.org/DominicBurkart/fast_text)
[](https://coveralls.io/github/DominicBurkart/fast_text)
[](https://codecov.io/gh/DominicBurkart/fast_text)
[](https://crates.io/crates/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](https://docs.rs/fast_text).
See the fastText [website](https://fasttext.cc) and [codebase](https://github.com/facebookresearch/fastText) for more information.
Implementation notes:
- Does not currently support the analogy function