Skip to content
Mindtoeye edited this page Feb 15, 2013 · 1 revision

Table of Contents

Hoop Code Basics

Adding a new Hoop

  • Create a new Hoop Class
  • Subclass one of the pre-defined Hoop categories
  • Write your reset and run methods
  • Add your hoop to the hoop manager

Testing your Hoop

Hoop-UIMA Integration

Hoop-UIMA compatibility is established by combining three distinct class systems from both architectures:

  • F1. Hoop/Analytic Interface
  • F2. CPE/Hoop Execution Code Interface
  • F3. UIMA/Hoop KV data type specification

F1. Hoop/Analytic Interface

F2. CPE/Hoop Execution Code Interface

F3. UIMA/Hoop KV data type specification