Skip to content

Commit

Permalink
Merge pull request #33 from gradedSystem/main
Browse files Browse the repository at this point in the history
[fix][xl] Fixing the workflow in the dataset
  • Loading branch information
sabas authored Oct 29, 2024
2 parents 2c20bbb + 9db194e commit 6dee4f0
Show file tree
Hide file tree
Showing 12 changed files with 232,895 additions and 116,696 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:
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
346 changes: 173 additions & 173 deletions data/alias.csv

Large diffs are not rendered by default.

348,091 changes: 232,061 additions & 116,030 deletions data/code-list.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 6dee4f0

Please sign in to comment.