-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from gradedSystem/main
[fix][xl] Fixing the workflow in the dataset
- Loading branch information
Showing
12 changed files
with
232,895 additions
and
116,696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
all: requirements download prepare process | ||
|
||
requirements: | ||
pip install -r scripts/requirements.txt | ||
|
||
download: | ||
python scripts/download_loc.py | ||
|
||
prepare: | ||
bash scripts/prepare_edition_mdb.sh $(shell find . -maxdepth 1 -name "loc*[0-9]*mdb.zip" -print -quit) | ||
|
||
process: | ||
python scripts/prepare.py | ||
|
||
clean: | ||
find . -maxdepth 1 -name "*.zip" -exec rm -f {} + | ||
|
||
.PHONY: clean |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.