From 7b4db5ca1451673c94c0d6ee826a7bf08d549648 Mon Sep 17 00:00:00 2001 From: voje Date: Sun, 21 Apr 2019 22:25:49 +0200 Subject: [PATCH] bugfix --- Makefile | 10 +++++----- src/pkg/cjvt-corpusparser | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 80276b0..33d04fc 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,10 @@ MAKE_ROOT = $(shell pwd) # (for each kres.xml file there is a kres.json file with srl tags) # SSJ_FILE = "$(MAKE_ROOT)/data/samples/ssj_xml/ssj500k-sl.body.sample.xml" SSJ_FILE = "$(MAKE_ROOT)/data/ssj_file_link" -# KRES_FOLDER = "$(MAKE_ROOT)/data/samples/kres_xml" -KRES_FOLDER = "$(MAKE_ROOT)/data/kres_xml_folder_link" -# KRES_SRL_FOLDER = "$(MAKE_ROOT)/data/samples/kres_srl_json" -KRES_SRL_FOLDER = "$(MAKE_ROOT)/data/kres_json_folder_link" +KRES_FOLDER = "$(MAKE_ROOT)/data/samples/kres_xml" +# KRES_FOLDER = "$(MAKE_ROOT)/data/kres_xml_folder_link" +KRES_SRL_FOLDER = "$(MAKE_ROOT)/data/samples/kres_srl_json" +# KRES_SRL_FOLDER = "$(MAKE_ROOT)/data/kres_json_folder_link" OUTPUT = "db" # OUTPUT = "file" @@ -26,7 +26,7 @@ include env.local N_CORES = 5 # insert kres files into database in chunks, for fewer connections -KRES_CHUNK_SIZE = 100 +KRES_CHUNK_SIZE = 3 export .PHONY: python-env fill-database diff --git a/src/pkg/cjvt-corpusparser b/src/pkg/cjvt-corpusparser index 792c0b0..2582314 160000 --- a/src/pkg/cjvt-corpusparser +++ b/src/pkg/cjvt-corpusparser @@ -1 +1 @@ -Subproject commit 792c0b03fdc0e58f4ed886f8b3b7414db27f7303 +Subproject commit 2582314c4d69aa6f6a7be9fdf898a2c3fa590d5e