Skip to content

Commit

Permalink
Merge branch 'data' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp authored Nov 28, 2024
2 parents 7af1af6 + 4fb5e38 commit 5f13b36
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ParlaMintValidate/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for parla in $(jq -r '.[]' <<< $1 ); do
fi

echo "::warning:: TMP restore taxonomy"
git checkout Corpora/Taxonomies/ParlaMint-taxonomy*
git checkout Build/Taxonomies/ParlaMint-taxonomy*
git checkout ${DATADIR}/ParlaMint-$parla/ParlaMint-taxonomy*
done

Expand Down
2 changes: 2 additions & 0 deletions Build/Taxonomies/taxonomy-translation-include.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fi ParlaMint-FI
fr ParlaMint-BE
fr ParlaMint-FR
gl ParlaMint-ES-GA
he ParlaMint-IL
hr ParlaMint-HR
hu ParlaMint-HU
is ParlaMint-IS
Expand All @@ -26,6 +27,7 @@ nl ParlaMint-BE
nl ParlaMint-NL
pl ParlaMint-PL
pt ParlaMint-PT
sk ParlaMint-SK
sl ParlaMint-SI
ro ParlaMint-RO
sr ParlaMint-RS
Expand Down
2 changes: 2 additions & 0 deletions Build/Taxonomies/taxonomy-translation-responsibility.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ eu ParlaMint-ES-PV
fi ParlaMint-FI
fr ParlaMint-FR
gl ParlaMint-ES-GA
he ParlaMint-IL
hr ParlaMint-HR
hu ParlaMint-HU
is ParlaMint-IS
Expand All @@ -22,6 +23,7 @@ nb ParlaMint-NO
nl ParlaMint-NL
pl ParlaMint-PL
pt ParlaMint-PT
sk ParlaMint-SK
sl ParlaMint-SI
ro ParlaMint-RO
sr ParlaMint-RS
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##$PARLIAMENTS: Space separated list of country codes
#Parliaments for V4.1
PARLIAMENTS = AT 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 SE SI TR BA RS UA
PARLIAMENTS = AT 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 SE SI TR BA RS UA IL

##$JAVA-MEMORY## Set a java memory maxsize in GB
JAVA-MEMORY =
Expand Down
4 changes: 4 additions & 0 deletions Scripts/parlamint-add-common-content.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
<term>Legislature</term>
<term>Unicameralism</term>
</xsl:when>
<xsl:when test="$country-code = 'IL'">
<term>Legislature</term>
<term>Unicameralism</term>
</xsl:when>
<xsl:when test="$country-code = 'IS'">
<term>Legislature</term>
<term>Unicameralism</term>
Expand Down
1 change: 1 addition & 0 deletions Scripts/parlamint-factorize-corpora.pl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
$country2lang{'SK'} = 'sk';
$country2lang{'TR'} = 'tr';
$country2lang{'UA'} = 'uk, ru';
$country2lang{'IL'} = 'he';

$bkpName = "BKP";
$Saxon = "java -jar $Bin/bin/saxon.jar";
Expand Down
1 change: 1 addition & 0 deletions Scripts/parlamint2conllu.pl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ sub usage
$country2lang{'SK'} = 'sk';
$country2lang{'TR'} = 'tr';
$country2lang{'UA'} = 'uk, ru';
$country2lang{'IL'} = 'he';

print STDERR "INFO: Converting directory $inDir\n";
my $rootAnaFile = '';
Expand Down

0 comments on commit 5f13b36

Please sign in to comment.