Module Training Workflow
While Kodexa can support modules running in several ways, we have a standard workflow that we use to train modules.
This workflow is designed to allow you to build a module that can be trained and deployed in several different ways.
Anatomy of a Module
A module is made up of a few key concepts:
- Module Code — The code that is used to parse, transform and label documents
- Training Options — The options that are used to train the module
- Inference Options — The options that are used to run the module
- Module Taxonomy — The taxonomy that is used to define the structure of labels that the module uses to “guide” the user/training process
- Additional Taxonomy Options — Additional options that the module can add to Taxonomies that we will be using for extraction
