rust2vec 0.3.1

Read/writer for the word2vec binary/text files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Introduction

[![crates.io](https://img.shields.io/crates/v/rust2vec.svg)](https://crates.io/crates/rust2vec)
[![docs.rs](https://docs.rs/rust2vec/badge.svg)](https://docs.rs/rust2vec/)
[![Travis CI](https://img.shields.io/travis/danieldk/rust2vec.svg)](https://travis-ci.org/danieldk/rust2vec)

This is a package for reading and writing word2vec files in Rust. It also
supports similarity and analogy queries. Please consult the
[API documentation](http://docs.rs/rust2vec/) for usage information.

**Note:** This package is still new, its API will change.

## Installation

This package can be used with Cargo:

    [dependencies]
    rust2vec = 0.3