From ef4731e8ba5cada83b97b6d8068366f68bd8adff Mon Sep 17 00:00:00 2001 From: Prasanth Kolachina Date: Thu, 24 May 2018 09:47:55 +0200 Subject: [PATCH] spell error in py.egs.README --- src/runtime/python/examples/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.