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

5 lines
120 B
Bash
Raw Normal View History

2021-01-14 08:07:24 +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