In Bug 1859081 we are going to change the way we do language detection in an effort to reduce false positives. Following this change, we should instrument the Full-Page Translations functionality with telemetry to measure a few aspects about our translations offering process. We want to measure the following qualities: 1) Whether visited pages have specified language tag vs. no language tag. 2) Among pages that have a specified language tag which is a supported language, how often did our language detection process agree with the language tag vs disagree? 3) How often is our language detection confident about is predictions vs. not confident?
Bug 1861698 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
In Bug 1859081 we are going to change the way we do language detection in an effort to reduce false positives. Following this change, we should instrument the Full-Page Translations functionality with telemetry to measure a few aspects about our translations offering process. We want to measure the following qualities: 1) Whether visited pages have specified language tag vs. no language tag. 2) Among pages that have a specified language tag which is a supported language, how often did our language detection process agree with the language tag vs disagree? 3) How often is our language detection confident about is predictions vs. not confident? We should ensure that we have this data instrumented for our current CLD2 implementation before we switch to fastText, CLD3, or potentially a different language identification mechanism, so that we can make informed inferences about any improvements or regressions.