IRISLIB database
Model Class Reference

Root element for specifying a Text Transformation model. More...

Inheritance diagram for Model:
Collaboration diagram for Model:

Public Attributes

 HeaderSet
 Reference to a set of candidate header strings for identifying sections. More...
 
 KeySet
 Reference to a set of candidate key strings for identifying key-value pairs. More...
 
 Operations
 Ordered list of atomic annotate and transform operations that make up this model. More...
 
 name
 Logical name for this model. More...
 
 outputClass
 Name of the output class to be populated when executing this model. More...
 

Detailed Description

Root element for specifying a Text Transformation model.

See also <class>iKnow.TextTransformation.Definition</class>.

Member Data Documentation

◆ HeaderSet

HeaderSet

Reference to a set of candidate header strings for identifying sections.

 

◆ KeySet

KeySet

Reference to a set of candidate key strings for identifying key-value pairs.

 

◆ Operations

Operations

Ordered list of atomic annotate and transform operations that make up this model.

 

◆ name

name

Logical name for this model.

 

◆ outputClass

outputClass

Name of the output class to be populated when executing this model.

This class should inherit from <class>iKnow.TextTransformation.Output</class> and, the model is to be applied in batch, also from <class>Persistent</class>.