This repository was archived by the owner on Jun 2, 2023. It is now read-only.
Conversation
* Catch and log the connect error, but then continue without translation. * The skip translation (missing config/connect error, or source=target lang) now does a toUpperCase() just to help demonstrate that the translation code is there and able to do something. Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
* default dist * move oldest version up from 10 to 14 Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
Trusty and default dist (Xenial?) are not working with 18. Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
* If Watson LT is not available, you can use this env setting to point to an alternate tranlation endpoint * Added a /api/v1/upper endpoint that might resemble what Lingvanex would need (Lingvanex not tested). * When using LINGVANEX_URL=http://localhost:8080/api/v1/upper you can demonstrate that it just uppercased the text. Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
* The LINGVANEX URL is now just http://host/api (don't add translate!) * Getting translation languages from Lingvanex (that url + get-languages) * Adding output options for translation w/o voice (for Lingvanex only for now) * Hiding the output speech checkbox and skipping TTS for these. Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
* For PoC. Might be too noisy to keep. Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
…O_TEXT_MODEL_FILTER By default the app filters models > 8000 rate and voices to contain "V3". Now you can set those filters. Default is the same as before, but if you'd like to filter nothing, for example, set the rate to -1 and the voice filter to "" like this: SPEECH_TO_TEXT_MODEL_FILTER=-1 TEXT_TO_SPEECH_VOICE_FILTER=""
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.