summaryrefslogtreecommitdiff
path: root/src/runtime/python/examples/README
diff options
context:
space:
mode:
authorodanoburu <bcclaro@gmail.com>2018-05-28 16:22:54 -0300
committerodanoburu <bcclaro@gmail.com>2018-05-28 16:22:54 -0300
commit92d476f43bc54a87dbb47fbd5cd30df79e9630ae (patch)
tree2008c0f8ded8f70f8e533c6c6de263bc7d02bedf /src/runtime/python/examples/README
parentd205679dcefbcab3666403933a7e7866422e0877 (diff)
parent44e387ec16e72f3a194fc2391b47391fc49c0bab (diff)
Merge remote-tracking branch 'upstream/master' into por
Diffstat (limited to 'src/runtime/python/examples/README')
-rw-r--r--src/runtime/python/examples/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/python/examples/README b/src/runtime/python/examples/README
index b6791a368..813c2f9c9 100644
--- a/src/runtime/python/examples/README
+++ b/src/runtime/python/examples/README
@@ -9,7 +9,7 @@ TRANSLATION PIPELINE
The module translation_pipeline.py is a Python replica of the
translation pipeline used in Wide-coverage Translation demo.
The pipeline allows for
- 1. simulataneous batch translation from one language into multiple languages
+ 1. simultaneous batch translation from one language into multiple languages
2. K-best translations
3. translate both text files and sgm files.