word2vec 0.3.1

Rust interface to word2vec.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[test]]
name = "tests"
[dependencies.byteorder]
version = "1"

[package]
authors = ["Dima Kudosh <dimakudosh@gmail.com>", "Sebastian Humenda"]
description = "Rust interface to word2vec."
documentation = "https://github.com/DimaKudosh/word2vec/wiki"
homepage = "https://github.com/DimaKudosh/word2vec"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["word2vec"]
license = "MIT"
name = "word2vec"
repository = "https://github.com/DimaKudosh/word2vec"
version = "0.3.1"