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

Side by Side Diff: third_party/cld_2/README.chromium

Issue 1400873002: Update cld2 URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Leave the end of the file alone. Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Compact Language Detection 2 1 Name: Compact Language Detection 2
2 Short Name: cld_2 2 Short Name: cld_2
3 URL: https://code.google.com/p/cld2/ 3 URL: https://github.com/CLD2Owners/cld2
4 Version: 0 4 Version: 0
5 License: Apache 2.0 5 License: Apache 2.0
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 The CLD is used to determine the language of text. In Chromium, this is used 9 The CLD is used to determine the language of text. In Chromium, this is used
10 to determine if Chrome should offer Translate UX to the user. 10 to determine if Chrome should offer Translate UX to the user.
11 11
12 12
13 Dynamic Mode 13 Dynamic Mode
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 1. Configure your desired table size by setting the value of "cld2_table_size" 56 1. Configure your desired table size by setting the value of "cld2_table_size"
57 in ../../build/common.gypi. 57 in ../../build/common.gypi.
58 2. Build the "cld_2_dynamic_data_tool" target. This will generate the tool: 58 2. Build the "cld_2_dynamic_data_tool" target. This will generate the tool:
59 ${BUILD_DIR}/cld_2_dynamic_data_tool 59 ${BUILD_DIR}/cld_2_dynamic_data_tool
60 3. Run the tool with "--dump <file>" to generate a data file, e.g.: 60 3. Run the tool with "--dump <file>" to generate a data file, e.g.:
61 ${BUILD_DIR}/cld_2_dynamic_data_tool --dump /tmp/cld2_data.bin 61 ${BUILD_DIR}/cld_2_dynamic_data_tool --dump /tmp/cld2_data.bin
62 4. (Optional) Verify that the file was correctly written: 62 4. (Optional) Verify that the file was correctly written:
63 ${BUILD_DIR}/cld_2_dynamic_data_tool --verify /tmp/cld2_data.bin 63 ${BUILD_DIR}/cld_2_dynamic_data_tool --verify /tmp/cld2_data.bin
64 64
65 The data file is suitable for use on all platforms. 65 The data file is suitable for use on all platforms.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698