New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 769767 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Feb 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows
Pri: 2
Type: Feature

Blocking:
issue 786245



Sign in to add a comment

Override BubbleUI suppression heuristic using TranslateRanker.

Project Member Reported by hamelphi@chromium.org, Sep 28 2017

Issue description

This bug tracks the investigation of overriding suppression heuristics for Translate Bubble UIs. Currently, the UI is suppressed when the current language of the page matches the previous one, or if the current language is in the auto blacklist.

We hope that bypassing one of or both these heuristics with a learned model can increase the number of accepted translation with minimal loss in precision.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Oct 4 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/1042f6f6a3a1dab1e968dc364d7143e7ddb0d6bb

commit 1042f6f6a3a1dab1e968dc364d7143e7ddb0d6bb
Author: Philippe Hamel <hamelphi@chromium.org>
Date: Wed Oct 04 20:36:39 2017

Decouple decision overrides by event_type.

Decouple overrides for MATCHES_PREVIOUS_LANGUAGE and LANGUAGE_DISABLED_BY_AUTO_BLACKLIST event types.
This will allow to run experiments on heuristics override indepedently for each case.

Bug:  769767 
Change-Id: I24fffee57f0718575999b0ae88028be9dc19b895
Reviewed-on: https://chromium-review.googlesource.com/690437
Reviewed-by: Rachel Blum <groby@chromium.org>
Commit-Queue: Philippe Hamel <hamelphi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506503}
[modify] https://crrev.com/1042f6f6a3a1dab1e968dc364d7143e7ddb0d6bb/components/translate/core/browser/translate_ranker.h
[modify] https://crrev.com/1042f6f6a3a1dab1e968dc364d7143e7ddb0d6bb/components/translate/core/browser/translate_ranker_impl.cc
[modify] https://crrev.com/1042f6f6a3a1dab1e968dc364d7143e7ddb0d6bb/components/translate/core/browser/translate_ranker_impl.h
[modify] https://crrev.com/1042f6f6a3a1dab1e968dc364d7143e7ddb0d6bb/components/translate/core/browser/translate_ranker_impl_unittest.cc

Blocking: 786245
Status: Fixed (was: Assigned)

Sign in to add a comment