Ignore:
Timestamp:
2019-05-02T14:51:03+12:00 (5 years ago)
Author:
cpb16
Message:

Streamlined numpages checking and random selection. Corrected COMPX-RUN-X.sh to download all files (naming error). NEXT: Clean up corpus generation and move on to the next phase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/is-sheet-music-encore/trunk/Makefile

    r33031 r33044  
    33
    44filter-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
     5    #source SETUP.bash MUST TO THIS MANUALLY
     6    cd java-gen-corpus; java TabProcTextGen hathiFull.txt hathiFullIDList-MU.txt MU
     7    ./COMPX520-DOWNLOADER-META.sh java-gen-corpus/hathiFullIDList-MU.txt
    78    cd java-gen-corpus; ./metadata-formater.sh
    89    cd java-gen-corpus; ./ValidIDListGen.sh MU
    910    cd java-gen-corpus; java TabRndListGen hathiValidIDList-MU.txt 50 hathiValidRnd50List-MU.txt
    1011
     12test:
     13    cd java-gen-corpus; javac *.java
     14    cd java-gen-corpus; java TabProcTextGen hathiFull.txt _test_hathiFullIDList-MU.txt MU
     15    cd java-gen-corpus; java TabRndListGen _test_hathiFullIDList-MU.txt 50 _test_hathiValidIDList-MU-50.txt
    1116
    1217
     18
Note: See TracChangeset for help on using the changeset viewer.