An open API service indexing awesome lists of open source software.

https://github.com/messense/fasttext-rs

fastText Rust binding
https://github.com/messense/fasttext-rs

fasttext nlp

Last synced: 6 months ago
JSON representation

fastText Rust binding

Awesome Lists containing this project

README

          

# fasttext-rs

[![Build Status](https://travis-ci.org/messense/fasttext-rs.svg?branch=master)](https://travis-ci.org/messense/fasttext-rs)
[![codecov](https://codecov.io/gh/messense/fasttext-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/messense/fasttext-rs)
[![Crates.io](https://img.shields.io/crates/v/fasttext.svg)](https://crates.io/crates/fasttext)
[![docs.rs](https://docs.rs/fasttext/badge.svg)](https://docs.rs/fasttext/)

[fastText](https://github.com/facebookresearch/fastText) Rust binding

## Installation

Add it to your ``Cargo.toml``:

```toml
[dependencies]
fasttext = "0.7"
```

Add ``extern crate fasttext`` to your crate root and your're good to go!

## License

This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.