-
Notifications
You must be signed in to change notification settings - Fork 0
Frequently asked questions
rzanoli edited this page Nov 18, 2013
·
2 revisions
- How to add a new Linguistic Analysis Pipeline (LAP)
- 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
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)
@TODO
@TODO
@TODO