Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tomaž Erjavec
siIUS
Commits
9992517d
Commit
9992517d
authored
Feb 07, 2020
by
Tomaž Erjavec
Browse files
Remove debugging.
parent
cf531398
Changes
2
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
9992517d
...
...
@@ -11,9 +11,6 @@ test-ana:
test-cnv
:
$s
-xsl
:bin/tei2ana.xsl DARIAH/CPZ.xml
>
CLARIN/CPZ.xml
$j
schema/tei_clarin.rng CLARIN/CPZ.xml
bug
:
bin/totalepa.pl
-l
sr
-a
dep < CLARIN/CPZ.txt
>
CLARIN/CPZ.sr.dep
nohup
:
nohup time
make all
>
nohup.all &
all
:
clean cnv text ana tei val-ana val-links
...
...
@@ -28,7 +25,7 @@ val-links:
$s
-xsl
:bin/check-links.xsl CLARIN/ZKP.ana.xml
$s
-xsl
:bin/check-links.xsl CLARIN/ZKP1929.ana.xml
val-ana
:
$j
schema/tei_clarin.rng CLARIN/
*
.ana.xml
$j
schema/tei_clarin.rng CLARIN/
*
.ana.xml
;
date
tei
:
bin/conllu2tei.pl CLARIN/CPZ.conllu < CLARIN/CPZ.xml
>
CLARIN/CPZ.ana.xml
bin/conllu2tei.pl CLARIN/ODZ.conllu < CLARIN/ODZ.xml
>
CLARIN/ODZ.ana.xml
...
...
bin/totalepa.pl
View file @
9992517d
...
...
@@ -3,7 +3,7 @@
# Using ReLDI tokeniser and CLASSLA-StanfordNLP tagger, lemmatiser and parser
# Accepts UTF-8 plain text on STDIN, and outputs CONLL-U on STDOUT
my
$DEBUG
=
1
;
#Log to STDERR + do not delete tmp files
my
$DEBUG
=
0
;
#Log to STDERR + do not delete tmp files
my
$VERSION
=
"
totalepa version 0.1
";
#use strict;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment