Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][xl] Fixing the workflow in the dataset #33

Merged
merged 7 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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