Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-be committed May 27, 2020
1 parent 1dd522b commit f7c078a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Translation using the MarianMT architecture and pre-trained models from the Opus
- English <-> Italian
- English <-> Catalan
- English <-> German
- English <-> Russian
- French <-> German

```rust
Expand Down
1 change: 1 addition & 0 deletions src/pipelines/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
//! - English <-> Italian
//! - English <-> Catalan
//! - English <-> German
//! - English <-> Russian
//! - French <-> German
//! ```no_run
//!# fn main() -> failure::Fallible<()> {
Expand Down
1 change: 1 addition & 0 deletions src/pipelines/translation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
//! - English <-> Italian
//! - English <-> Catalan
//! - English <-> German
//! - English <-> Russian
//! - French <-> German
//!
//! Customized Translation models can be loaded by creating a configuration from local files.
Expand Down

0 comments on commit f7c078a

Please sign in to comment.