Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(809)

Unified Diff: components/translate/core/browser/proto/translate_ranker_model.proto

Issue 2803353002: Change dest_language to target_language in the logistic regression model for consistency with googl… (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/translate/core/browser/translate_ranker_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/browser/proto/translate_ranker_model.proto
diff --git a/components/translate/core/browser/proto/translate_ranker_model.proto b/components/translate/core/browser/proto/translate_ranker_model.proto
index efe59cda5fe9a0a9efd810f21e3a56fd42c49ebb..e1b799c27c4158ec8d1b8781b768172a3a127f83 100644
--- a/components/translate/core/browser/proto/translate_ranker_model.proto
+++ b/components/translate/core/browser/proto/translate_ranker_model.proto
@@ -32,7 +32,7 @@ message TranslateRankerModel {
// each contain an element 'UNKNOWN' to use in case the key is not
// found in the map.
map<string, float> source_language_weight = 5;
- map<string, float> dest_language_weight = 6;
+ map<string, float> target_language_weight = 6;
map<string, float> country_weight = 7;
map<string, float> locale_weight = 8;
}
« no previous file with comments | « no previous file | components/translate/core/browser/translate_ranker_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698