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

5 lines
116 B
Bash
Raw Normal View History

2021-01-09 03:43:33 +01:00
#!/bin/bash
FILE_TO_EVAL=$1
# Run perl eval script on given file
/u/nlp/data/ner/conll/conlleval -r < $FILE_TO_EVAL