Loading Crawler/Makefile +1 −1 Original line number Diff line number Diff line dev_crawler: javac -d bin src/main/java/*.java javac -cp tika-app-2.92.jar -d bin src/main/java/*.java jar cvfm ScratchCrawler.jar manifestCrawler.txt -C bin . echo '#!/bin/bash' > crawler echo 'java -jar ScratchCrawler.jar "$$@"' >> crawler Loading Crawler/tika-app-2.9.2.jar 0 → 100644 +58.1 MiB File added.No diff preview for this file type. View file INSTALL.md +3 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ This is provided in the repo, and there is no need to download the library exter ### Simple Logging Facade for Java (SLF4J) This is provided in the repo, and there is no need to download the library externally. This is used for communicating with SQLite databases. ### Apache Tika This is provided in the repo, and there is no need to download the library externally. This is used to read in files for parsing. ## Example Usage - Examples of how to use our project ### Checker/Corrector Loading Loading
Crawler/Makefile +1 −1 Original line number Diff line number Diff line dev_crawler: javac -d bin src/main/java/*.java javac -cp tika-app-2.92.jar -d bin src/main/java/*.java jar cvfm ScratchCrawler.jar manifestCrawler.txt -C bin . echo '#!/bin/bash' > crawler echo 'java -jar ScratchCrawler.jar "$$@"' >> crawler Loading
Crawler/tika-app-2.9.2.jar 0 → 100644 +58.1 MiB File added.No diff preview for this file type. View file
INSTALL.md +3 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ This is provided in the repo, and there is no need to download the library exter ### Simple Logging Facade for Java (SLF4J) This is provided in the repo, and there is no need to download the library externally. This is used for communicating with SQLite databases. ### Apache Tika This is provided in the repo, and there is no need to download the library externally. This is used to read in files for parsing. ## Example Usage - Examples of how to use our project ### Checker/Corrector Loading