change jenkinsfile
This commit is contained in:
parent
344b4d2e62
commit
c28253ca0e
2
count.sh
2
count.sh
@ -3,7 +3,7 @@
|
|||||||
MYFILE="wikiniews_results.tsv"
|
MYFILE="wikiniews_results.tsv"
|
||||||
COUNT=0
|
COUNT=0
|
||||||
COUNT_DIFF=0
|
COUNT_DIFF=0
|
||||||
wc -l $myfile > $COUNT
|
wc -l $MYILE > $COUNT
|
||||||
|
|
||||||
# create trn
|
# create trn
|
||||||
cut -f2 $MYFILE | awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' > hypothesis.trn
|
cut -f2 $MYFILE | awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' > hypothesis.trn
|
||||||
|
Loading…
Reference in New Issue
Block a user