added more samples (bigger files to optimize)
This commit is contained in:
parent
e5b41308e4
commit
e033bffe18
7
Makefile
7
Makefile
|
@ -8,10 +8,9 @@ MAKE_ROOT = $(shell pwd)
|
|||
# kres is composed of many .xml files
|
||||
# I generated srl tags for kres in separate .json files
|
||||
# (for each kres.xml file there is a kres.json file with srl tags)
|
||||
SSJ_FILE = "$(MAKE_ROOT)/data/samples/ssj_example/ssj500k-sl.body.sample.xml"
|
||||
KRES_FOLDER = "$(MAKE_ROOT)/data/samples/kres_example"
|
||||
KRES_SRL_FOLDER = "/home/kristjan/kres_srl/final_json/" # t420
|
||||
# KRES_SRL_FOLDER = "/home/voje/work_data/final_json" # work-pc
|
||||
SSJ_FILE = "$(MAKE_ROOT)/data/samples/ssj_xml/ssj500k-sl.body.sample.xml"
|
||||
KRES_FOLDER = "$(MAKE_ROOT)/data/samples/kres_xml"
|
||||
KRES_SRL_FOLDER = "$(MAKE_ROOT)/data/samples/kres_srl_json"
|
||||
|
||||
OUTPUT = "db"
|
||||
OUTDIR = "/home/voje/workdir/test_out"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/home/kristjan/kres_srl/final_json/
|
|
@ -1 +0,0 @@
|
|||
/home/voje/work_data/final_json
|
|
@ -1 +0,0 @@
|
|||
/home/kristjan/kres_srl/final_json/
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user