Chromium Code Reviews| 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 |