Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # This script goes from the input data in data/ all the way to the output data | 1 # This script goes from the input data in data/ all the way to the output data |
| 2 # in database.filtered.json | 2 # in database.filtered.json |
| 3 # See output/database.html for a human readable view of the extracted data. | 3 # See output/database.html for a human readable view of the extracted data. |
| 4 | 4 |
| 5 rm -rf output | 5 rm -rf output |
| 6 node search.js | 6 node search.js |
| 7 node crawl.js | 7 node crawl.js |
| 8 ./extract.sh | 8 ./extract.sh |
| OLD | NEW |