Awesome
conlleval.py
Python version of the evaluation script from CoNLL'00-
Original (perl): http://www.cnts.ua.ac.be/conll2000/chunking/conlleval.txt (Archive.org mirror)
Intentional differences:
- IOBES support
- accept any space as delimiter by default
- optional file argument (default STDIN)
- option to set boundary (-b argument)
- LaTeX output (-l argument) not supported
- raw tags (-r argument) not supported