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
- Host: GitHub
- URL: https://github.com/allan-simon/sentence-aligner-rust
- Owner: allan-simon
- Created: 2017-08-19T16:11:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T20:19:26.000Z (almost 8 years ago)
- Last Synced: 2025-04-19T22:58:49.896Z (12 months ago)
- Topics: align-sentences, rest-api, rust, rust-lang, webservice
- Language: Rust
- Size: 157 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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)