spyysalo / conlleval.py

Python version of the evaluation script from CoNLL'00-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python version of the evaluation script from CoNLL'00-

License:MIT License


Languages

Language:Python 100.0%