forked from kristjan/cjvt-valency
working on db
This commit is contained in:
8
Makefile
8
Makefile
@@ -14,6 +14,9 @@ KRES_SRL_FOLDER = "$(MAKE_ROOT)/data/kres_srl"
|
||||
OUTPUT = "file"
|
||||
OUTDIR = "/home/voje/workdir/test_out"
|
||||
DBADDR = ""
|
||||
|
||||
DB_ADM_USER = testuser
|
||||
DB_ADM_PASS = testpass
|
||||
export
|
||||
|
||||
.PHONY: dev-env preflight
|
||||
@@ -23,7 +26,7 @@ all:
|
||||
|
||||
# prereq (environment)
|
||||
dev-env:
|
||||
cd dockerfiles; cd dev-env; $(MAKE)
|
||||
cd dockerfiles/dev-env; $(MAKE)
|
||||
|
||||
# run these inside dev-env container
|
||||
data/samples:
|
||||
@@ -35,3 +38,6 @@ preflight: data/samples
|
||||
pip3 install -e src/pkg/corpusparser/.
|
||||
python3 src/pkg/corpusparser/corpusparser/main.py --kres-folder $(KRES_FOLDER) \
|
||||
--ssj-file $(SSJ_FILE) --kres-srl-folder $(KRES_SRL_FOLDER) --output $(OUTPUT) --outdir $(OUTDIR) --dbaddr $(DBADDR)
|
||||
|
||||
database:
|
||||
cd dockerfiles/database; $(MAKE)
|
||||
Reference in New Issue
Block a user