summaryrefslogtreecommitdiff
path: root/src/runtime/python
diff options
context:
space:
mode:
authorPrasanth Kolachina <pkolachi@users.noreply.github.com>2018-05-24 09:52:48 +0200
committerGitHub <noreply@github.com>2018-05-24 09:52:48 +0200
commit19c6090e8555fe3d5225f36d481792aaa7e5259f (patch)
tree7357a63e20abe5af7599010c3037ca6ab44a6477 /src/runtime/python
parent10df5a7269721ab0807ec7a0fe4b75cd1bb16d87 (diff)
parentef4731e8ba5cada83b97b6d8068366f68bd8adff (diff)
Merge pull request #50 from pkolachi/master
function for linearizing variants (bracketedStringAll)
Diffstat (limited to 'src/runtime/python')
-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.