commit | be8e4367922f63c05360169c235f395a9fd88331 | [log] [tgz] |
---|---|---|
author | Sophie Chang <sophiechang@chromium.org> | Tue Sep 27 03:04:08 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 27 03:04:08 2022 |
tree | 3546983ecbc8da1ebbf2c582f8dbc5a7ad8c8202 | |
parent | 959889a951876a7d15ad57f8105fc7f4cbd9fa5a [diff] |
Improve content clustering algorithm that's used for Journeys This does a few things: - Migrates the flag to a separate flag away from one being used too extensively - Adds options for excluding various entities from the bag of words - Removes the categories from being considered since these are noisy and we won't ship them anyway Bug: b/244505276 Change-Id: Id4f41c25e4155440deaabe38b6780e9635de02be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3914159 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by: Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/main@{#1051575}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.