Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.25 KB

Frequently-asked-questions.md

File metadata and controls

15 lines (10 loc) · 1.25 KB

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)

How to add new algorithms to the existing ones

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