Open
Conversation
added 17 commits
August 9, 2020 20:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
Feature Added: DeepL Translator API
Refer to https://www.deepl.com/en/docs-api/
Fixes: Minor Bug at [#L123]
Error: No argument name speedup in aws_tts.py/get_audio_chunk_for_sentence(client, text_to_speak, target_voice).
It only required for the GCloud, not with AWS. Along with this one small typo error in AWS language pairs documentation link in
aws_tranlate.py.Root Cause of PR
The main reason behind PR is to introduce a new translator API named DeepL Translator which will play an important role to obtain a good quality translation. DeepL is an innovative translation service that leveraging deep learning, that attempts to simulate learning models in ways similar to the human brain. This translator is outperforming with the existing API.
For a detailed report for comparison with existing translation services refers to (Press). Below are the important features in DeepL that makes it different from other translation services.
Some Major Features of DeepL
In this PR
Thank you.