From 403c1b1fcc6ce5cf6be8528256b4b89cd585c466 Mon Sep 17 00:00:00 2001 From: vandan Date: Tue, 18 May 2021 13:23:01 +0530 Subject: [PATCH] added api code --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3da3f32..b932bdf 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Hindi-Telugu-IIITHMT-API-call ## To get Hindi to Telugu - python3 get_translation_iiith_hindi_telugu.py source_file target_output_file - python3 get_translation_iiith_hindi_telugu.py sample.hin sample_output.tel + - python3 get_translation_iiith_hindi_telugu.py source_file target_output_file + - python3 get_translation_iiith_hindi_telugu.py sample.hin sample_output.tel ## To get Telugu to Hindi - python3 get_translation_iiith_telugu_hindi.py source_file target_output_file - python3 get_translation_iiith_telugu_hindi.py sample.tel sample_output.hin + - python3 get_translation_iiith_telugu_hindi.py source_file target_output_file + - python3 get_translation_iiith_telugu_hindi.py sample.tel sample_output.hin -- GitLab