Skip to content
Snippets Groups Projects
Commit 2367127f authored by Alexander Ross Melnick's avatar Alexander Ross Melnick
Browse files

initial inquiry into cross-language dictionaries

parent 30a75a63
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -415,6 +415,11 @@ public class ScratchCrawler {
crawler.pagesToVisit.add("https://www.tumblr.com/");
startCrawl = true;
break;
case "--dutch":
// Extension of our crawler with an English to Dutch translation
crawler.pagesToVisit.add("https://travelwithlanguages.com/blog/most-common-dutch-words.html");
startCrawl = true;
break;
case "--help":
System.out.println("Usage: java ScratchCrawler [--file <file_path>] or [--seed <seed_url>] or [--help]");
System.out.println("--file <file_path>: Read URLs from a file and start crawling");
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment