Skip to content

Frequently asked questions

rzanoli edited this page Nov 18, 2013 · 2 revisions

Contents

How to add a new Linguistic Analysis Pipeline (LAP)

HowToAddANewLAP outlines the basic knowledge needed for this. It first introduces UIMA CAS, the adopted data representation for preprocessing (linguistic analyiss) result. And then the document describes how to add a new LAP module to the platform, by introducing LAPAccess interface and LAPImplBase_ class. @TODO: By Tae-Gil Noh, (ETA)

How to add a new Entailment Decision Algorithm (EDA)

@TODO

How to add new algorithms to the existing ones

@TODO

How to use EOP as a library and make my code to use the EDAs

@TODO

Clone this wiki locally