Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 641 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 641 Bytes

qasrl_annotation

Generating Annotation Spreadsheet for QA-SRL Scheme

Build

ant build

Generate Excel spreadsheet for annotation

java -cp bin:libs/* edu.uw.qasrl_annotation.main.AnnotationSheetGenerator

or

java -cp bin:libs/* edu.uw.qasrl_annotation.main.AnnotationSheetGenerator -input input.txt -output output.xlsx

See sample/input.txt for input file format.

Dependencies:

http://args4j.kohsuke.org/

args4j-2.0.10.jar

https://poi.apache.org/download.html

poi-3.11-20141221.jar, poi-ooxml-3.11-20141221.jar, poi-ooxml-schemas-3.11-20141221.jar, xmlbeans-2.6.0.jar

http://trove.starlight-systems.com/

trove-3.0.3.jar