From 6f269d29cb4d8ba5adc3817fc0200536ac72bf1b Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 13:29:24 +0200 Subject: [PATCH] jenkinsfile --- line_counter.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/line_counter.sh b/line_counter.sh index b7e2cc2..ea4d99b 100644 --- a/line_counter.sh +++ b/line_counter.sh @@ -6,8 +6,7 @@ cut -f2 wikiniews_results.tsv > hypothesis.txt awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < reference.txt > reference.trn awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn -sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout +sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > example.txt -head -15 reference.trn -head -15 hypothesis.trn +head -15 example.txt