Skip to content

Commit

Permalink
Moved content from README to wiki.
Browse files Browse the repository at this point in the history
  • Loading branch information
wejradford committed Mar 13, 2014
1 parent d1a546e commit 9b92eb8
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,17 @@ conll03_nel_eval

Python evaluation scripts for AIDA-formatted CoNLL data

Simple installation
===================
Quickstart
==========

* Assumes that `python` is installed on your system
* `SYSTEM` and `GOLD` are your system output and gold-standard in CoNLL/AIDA format
Assumes that `python` is installed on your system

```Shell
git clone https://github.com/benhachey/conll03_nel_eval
cd conll03_nel_eval
cne evaluate -g GOLD SYSTEM
./cne prepare -k ".*testb.*" -m mappings/map-testb-fromapi-20140227.tsv /path/to/AIDA-YAGO2-dataset.tsv > gold.txt
./cne prepare -k ".*testb.*" -m mappings/map-testb-fromapi-20140227.tsv /path/to/system.txt > system.txt
./cne evaluate -g gold.txt system.txt
```

Installing as a module
======================

Pip should be able to install directly from this repository:
```Shell
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](https://github.com/benhachey/conll03_nel_eval/wiki/) for details.

0 comments on commit 9b92eb8

Please sign in to comment.