zyf0278's picture
add code-to-text
f7d58c8
raw
history blame contribute delete
132 Bytes
lang=python
gold_file=../model/$lang/dev.gold
output_file=../model/$lang/dev.output
python evaluator.py \
$gold_file < $output_file