-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move (temporarily for sentiment testing on SI) to version to 4.1.1.
- Loading branch information
1 parent
030fbbb
commit 54ee6f0
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,11 +22,11 @@ SOURCES = ${HERE}/Sources-TEI | |
# ParlaMint-XX-en.TEI.ana, MTed + semantically tagged: | ||
SOURCES-MT = ${HERE}/Sources-CoNLLU | ||
|
||
# Version number and PID of next ParlaMint release | ||
# Version number and PID of next ParlaMint release (this is temporary, for SI only!) | ||
VERSION = 4.1.1 | ||
HANDLE-TEI = http://hdl.handle.net/11356/1912 | ||
HANDLE-ANA = http://hdl.handle.net/11356/XXXX | ||
HANDLE-MT = http://hdl.handle.net/11356/YYYY | ||
HANDLE-TEI = http://hdl.handle.net/11356/XXXX | ||
HANDLE-ANA = http://hdl.handle.net/11356/YYYY | ||
HANDLE-MT = http://hdl.handle.net/11356/ZZZZ | ||
|
||
#Where the produced corpora are put for inspection | ||
WEB = [email protected]:/home/tomaz/www/tmp/ParlaMint | ||
|
@@ -67,7 +67,7 @@ source-metadata: | |
test: | ||
date | ||
test-tei2: | ||
${FINALIZE} -valid -codes TR -in ${HERE}/Distro -out ${HERE}/Distro | ||
${FINALIZE} -valid -codes SI -in ${HERE}/Distro -out ${HERE}/Distro | ||
test-tei1: | ||
${FINALIZE} -tei -codes BG -in ${HERE}/Sources-TEI -out ${HERE}/Distro | ||
test-vert6: | ||
|
@@ -76,8 +76,8 @@ test-vert5: | |
$s meta=../Build/Distro/ParlaMint-DK.TEI.ana/ParlaMint-DK.ana.xml -xsl:../Scripts/parlamint2xmlvert.xsl \ | ||
../Build/Distro/ParlaMint-DK.TEI.ana/2020/ParlaMint-DK_2020-01-07-20191-M42.ana.xml > Test/test-DK.vert | ||
test-vert4: | ||
$s meta=${HERE}/Distro/ParlaMint-IS.TEI.ana/ParlaMint-IS.ana.xml -xsl:../Scripts/parlamint2xmlvert.xsl \ | ||
${HERE}/Distro/ParlaMint-IS.TEI.ana/2022/ParlaMint-IS_2022-01-17-20.ana.xml > test-IS.vert | ||
$s meta=${HERE}/Distro/ParlaMint-SI.TEI.ana/ParlaMint-SI.ana.xml -xsl:../Scripts/parlamint2xmlvert.xsl \ | ||
${HERE}/Distro/ParlaMint-SI.TEI.ana/2022/ParlaMint-SI_2022-01-13-SDZ8-Izredna-93.ana.xml > test-SI.vert | ||
test-vert2: | ||
${FINALIZE} -vert -codes IS -in ${HERE}/Distro -out ${HERE}/Distro | ||
test-vert1: | ||
|