Commit 263c626d authored by Alexander Ross Melnick's avatar Alexander Ross Melnick
Browse files

Update README.md

parent a78a109e
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -17,11 +17,7 @@ The only library used for the checker and corrector is https://github.com/xerial

## Usage
### Web Crawler
To run the webcrawler, simply create a ScratchCrawler object and run the .crawl command with the seed URL as the argument.

`ScratchCrawler crawler = new ScratchCrawler(); // Create a new ScratchCrawler object`

`crawler.crawl("https://archive.org/details/bostonpubliclibrary"); // Start off the crawl with the seed page`
To run the webcrawler, run `./crawler --file [PATH]`. Alternatively, `java ScratchCrawler --file [PATH]` also works.

### Checker/Corrector
To build the project for CheckerCorrector we are using a make file. running `make dev_corrector` and `make dev_checker` will compile and build the `checker.jar` and `corrector.jar` with the user interface requested.