Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 520 Bytes

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