Difference between revisions of "Evaluation/documentation"

From Nordic Language Processing Laboratory
Jump to: navigation, search
(Fine-Grained Opinion Analysis)
(Biological Event Extraction)
Line 6: Line 6:
 
= Biological Event Extraction =
 
= Biological Event Extraction =
  
 +
The [https://github.com/jbjorne/TEES/wiki Turku Event Extraction System] is
 +
installed from its GitHub ''development'' branch into
 +
<tt>/projects/ltg/epe/tees/</tt>.
 +
Assuming a directory structure containing a complete set of parser output
 +
files in EPE format, training and scoring can be invoked as follows
 +
 +
sbatch /projects/ltg/epe/abel/tees -i <input> -o <output>
  
 
= Fine-Grained Opinion Analysis =
 
= Fine-Grained Opinion Analysis =

Revision as of 11:23, 3 July 2018

Background

This page provides instructions for how to invoke the EPE 2017 infrastructure for extrinsic (dependency) parser evaluation on the Abel system

Biological Event Extraction

The Turku Event Extraction System is installed from its GitHub development branch into /projects/ltg/epe/tees/. Assuming a directory structure containing a complete set of parser output files in EPE format, training and scoring can be invoked as follows

sbatch /projects/ltg/epe/abel/tees -i <input> -o <output>

Fine-Grained Opinion Analysis

* /projects/ltg/python/bin/python EvaluateEPE.py -i /projects/ltg/epe/2017/submissions/ecnu/00/events -o ~/epe/events/ecnu/00 -n 8

Negation Resolution