You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
We need to be able to enable the quality estimation functionality by switching a pref. This same pref should also disable the functionality that causes performance penalty in the engine, and not only the UI feature.
Modify extension to encode plain text and send it as HTML to the engine whenever QE feature is on
This is required as engine always expects html text to return QE scores (as per this)
The translation doesn't need to be decoded back as the engine always returns translation as html whenever QE is on and this output can be used directly to show colors
We need to be able to enable the quality estimation functionality by switching a pref. This same pref should also disable the functionality that causes performance penalty in the engine, and not only the UI feature.
List of tasks:
The text was updated successfully, but these errors were encountered: