Packages

ex_final_fusion allows to read word embeddings in formats: finalfusion, fastText, floret, GloVe, word2vec

Current section

Files

Jump to
ex_final_fusion native exfinalfusion_native Cargo.toml
Raw

native/exfinalfusion_native/Cargo.toml

[package]
name = "exfinalfusion_native"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "exfinalfusion_native"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0"
finalfusion = "0.18"
thiserror = "1.0"
ndarray = { version = "0.15.6", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
rustler = { version = "0.34", features = ["serde"] }