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

Unified Diff: tools/lua/ngrams.lua

Issue 1216073007: Add wrapper script for computing n-grams from SKPs on Cluster Telemetry (Closed) Base URL: https://skia.googlesource.com/skia.git@lua
Patch Set: Fixes Created 5 years, 6 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
« tools/lua/find_ngrams_on_ct ('K') | « tools/lua/find_ngrams_on_ct ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lua/ngrams.lua
diff --git a/tools/lua/ngrams.lua b/tools/lua/ngrams.lua
index ddbbc9b2db3fb822ef3c6bd51917b1eb8c2e416e..fee6b902bfd8aef70cb9a9c508b2ebd71cde7af5 100644
--- a/tools/lua/ngrams.lua
+++ b/tools/lua/ngrams.lua
@@ -11,7 +11,9 @@
-- box on the same page.
-- Change n as desired.
+-- CHANGEME
local n = 3
+-- CHANGEME
-- This algorithm uses a list-of-lists for each SKP. For API call, append a
-- list containing just the verb to the master list. Then, backtrack over the
« tools/lua/find_ngrams_on_ct ('K') | « tools/lua/find_ngrams_on_ct ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698