source: other-projects/is-sheet-music-encore/trunk/Makefile@ 33031

Last change on this file since 33031 was 33031, checked in by cpb16, 5 years ago

Completed numpages checking. Generated makefiles and scripts to streamline process. Need to now fix 'no such file or directory error from the RUN-META.sh file'.

File size: 402 bytes
RevLine 
[33031]1compile:
2 cd java-gen-corpus; javac *.java;
3
4filter-full-50-MU:
5 #cd java-gen-corpus; java TabProcTextGen hathiFull.txt hathiFullIDList-MU.txt MU
6 #./COMPX520-DOWNLOADER-META.sh java-gen-corpus/hathiFullIDList-MU.txt
7 cd java-gen-corpus; ./metadata-formater.sh
8 cd java-gen-corpus; ./ValidIDListGen.sh MU
9 cd java-gen-corpus; java TabRndListGen hathiValidIDList-MU.txt 50 hathiValidRnd50List-MU.txt
10
11
12
Note: See TracBrowser for help on using the repository browser.