Skip to content

jnothman/conll03_nel_eval

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conll03_nel_eval

Python evaluation scripts for AIDA-formatted CoNLL data

Simple installation

  • Assumes that python is installed on your system
  • SYSTEM and GOLD are your system output and gold-standard in CoNLL/AIDA format
git clone https://github.com/benhachey/conll03_nel_eval
cd conll03_nel_eval
cne evaluate -g GOLD SYSTEM

Installing as a module

Pip should be able to install directly from this repository:

mkdir some_project
cd some_project
virtualenv ve
source ve/bin/activate
pip install git+git://github.com/benhachey/conll03_nel_eval.git#egg=CNE

Details

See project wiki for details.

About

Python evaluation scripts for AIDA-formatted CoNLL data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.4%
  • Shell 5.6%