CofeehousePy/services/corenlp/scripts/ner/eval_conll_cmd.sh

5 lines
116 B
Bash

#!/bin/bash
FILE_TO_EVAL=$1
# Run perl eval script on given file
/u/nlp/data/ner/conll/conlleval -r < $FILE_TO_EVAL