Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Dwojak <t.dwojak@amu.edu.pl>2017-02-10 13:57:59 +0300
committerTomasz Dwojak <t.dwojak@amu.edu.pl>2017-02-10 13:57:59 +0300
commitc92bc649947acf7452be1a1b2d7a78d8ec9a2a89 (patch)
tree67d95dfe1ca16a3d45d5bc115c276113e8411307
parented125905cc7896fca4b0fbf122066bd7757ef6cb (diff)
Update README: bindings section
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 09131872..184a72cc 100644
--- a/README.md
+++ b/README.md
@@ -111,8 +111,8 @@ print libamunmt.translate(['this is a little test .'])
```
The `init` function init the decoder and the syntax is the same as in command line. The `translate`
-function takes a list of sentences to translate. The `scripts/amunmt_erver.py` script uses python
-bindings to run REST server.
+function takes a list of sentences to translate. For real-world example, see the `scripts/amunmt_erver.py`
+script, which uses python bindings to run REST server.
## Using GPU/CPU threads