finalfusion / finalfrontier

Context-sensitive word embeddings with subwords. In Rust.
https://finalfusion.github.io/finalfrontier
Other
87 stars 4 forks source link

Add Nix files to build finalfrontier directly from the repo #102

Closed danieldk closed 4 years ago

danieldk commented 4 years ago

This makes it possible to install finalfrontier directly from this repository using Nix. We use crate2nix for speedy rebuilds (every compiled crate is its own Nix store path). We use IFD to avoid having to update Cargo.nix every time Cargo.lock is updated.