Skip to content

Commit

Permalink
[fix][xl] Fixing the workflow in the dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
gradedSystem committed Oct 15, 2024
1 parent 6e87b5b commit 272b6b1
Show file tree
Hide file tree
Showing 11 changed files with 199,686 additions and 83,564 deletions.
18 changes: 18 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
all: requirements download prepare process

requirements:
pip3 install -r scripts/requirements.txt

download:
python3 scripts/download_loc.py

prepare:
bash scripts/prepare_edition_mdb.sh $(shell find . -maxdepth 1 -name "loc*[0-9]*mdb.zip" -print -quit)

process:
python3 scripts/prepare.py

clean:
find . -maxdepth 1 -name "*.zip" -exec rm -f {} +

.PHONY: clean
273,013 changes: 194,522 additions & 78,491 deletions data/code-list.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 272b6b1

Please sign in to comment.