sentence-aligner-rust

rest service + frontend to align sentences , in rust

Stars
13
Committers
2

Sentence-aligner

Sentence aligner api

Start the project

vagrant up

and then vagrant ssh

once in the terminal you can compile/run the project with

cargo run

Tests

cargo test to run the tests (the server must be up and running)