Loading src/main/java/edu/bu/LanguageCorrection/crawler.java +1 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ public class crawler { // Load trie from file wordUsage = loadFile(filePath); this.outputCallback = System.out::println; // Estimate page count based on compressed file size } Loading Loading
src/main/java/edu/bu/LanguageCorrection/crawler.java +1 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ public class crawler { // Load trie from file wordUsage = loadFile(filePath); this.outputCallback = System.out::println; // Estimate page count based on compressed file size } Loading