Skip to content

Commit d9c3727

Browse files
committed
move ScorerTask3 and make a script to demonstrate how to use it easily
1 parent a898460 commit d9c3727

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

eval_trialdata_example.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
## add -v to the end of these lines for verbose output.
4+
5+
perl scripts/ScorerTask3.pl L1output/bank.es.oof eval/bank.gold.es -t oof
6+
perl scripts/ScorerTask3.pl L1output/bank.es.best eval/bank.gold.es -t best
7+
8+
# This will generate .result files in L1output, like bank.es.oof.result.
File renamed without changes.

0 commit comments

Comments
 (0)