From 2d8ad4c4186180383560ab66aab6b26d78bad041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Erjavec?= Date: Mon, 2 Dec 2024 07:30:58 +0100 Subject: [PATCH] Modify to process SI only. --- Build/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Build/Makefile b/Build/Makefile index fe224d8fd..46a99d6f2 100644 --- a/Build/Makefile +++ b/Build/Makefile @@ -5,8 +5,8 @@ ### VARIABLES ### COMPLETE SET OF CORPORA -CORPORA=AT BA BE BG CZ DK EE ES ES-CT ES-GA ES-PV FI FR GB GR HR HU IS IT LV NL NO PL PT RS SE SI TR UA -#CORPORA= +#CORPORA=AT BA BE BG CZ DK EE ES ES-CT ES-GA ES-PV FI FR GB GR HR HU IS IT LV NL NO PL PT RS SE SI TR UA +CORPORA= SI # Used in targets that run only for one corpus CORPUS= @@ -23,10 +23,10 @@ SOURCES = ${HERE}/Sources-TEI SOURCES-MT = ${HERE}/Sources-CoNLLU # Version number and PID of next ParlaMint release -VERSION = 4.1 +VERSION = 4.1.1 HANDLE-TEI = http://hdl.handle.net/11356/1912 -HANDLE-ANA = http://hdl.handle.net/11356/1911 -HANDLE-MT = http://hdl.handle.net/11356/1910 +HANDLE-ANA = http://hdl.handle.net/11356/XXXX +HANDLE-MT = http://hdl.handle.net/11356/YYYY #Where the produced corpora are put for inspection WEB = tomaz@nl.ijs.si:/home/tomaz/www/tmp/ParlaMint @@ -385,7 +385,7 @@ mt-test1: ### Merging taxonomies (now the common taxonomy files should be edited, not merging local copies anymore) TAXONOMIES-TEI = subcorpus speaker_types parla.legislature -TAXONOMIES-ANA = NER +TAXONOMIES-ANA = NER sentiment merge-taxos-nohup: nohup time make merge-taxos 2> Taxonomies/ParlaMint-taxonomy-merge.log > Logs/ParlaMint-taxonomy.log & merge-taxos: