An open API service indexing awesome lists of open source software.

https://github.com/allan-simon/sentence-aligner-rust

rest service + frontend to align sentences , in rust
https://github.com/allan-simon/sentence-aligner-rust

align-sentences rest-api rust rust-lang webservice

Last synced: 6 months ago
JSON representation

rest service + frontend to align sentences , in rust

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/allan-simon/sentence-aligner-rust.svg?branch=master)](https://travis-ci.org/allan-simon/sentence-aligner-rust)

# 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)