AnnotationRegexp
• com.exalead.mot.components.transducer.AnnotationRegexp
• Matches an annotation with specified kind and whose display form matches the specified regular expression. If defined, "capture" contains an output format a la sed used for generating the final match annotation
• Parent elements:
◦ com.exalead.mot.components.transducer.And (as And)
◦ com.exalead.mot.components.transducer.And (as And)
◦ com.exalead.mot.components.transducer.DisjunctivePattern (as DisjunctivePattern)
◦ com.exalead.mot.components.transducer.DisjunctivePattern (as DisjunctivePattern)
◦ com.exalead.mot.components.transducer.Iter (as Iter)
◦ com.exalead.mot.components.transducer.Iter (as Iter)
◦ com.exalead.mot.components.transducer.Near (as Near)
◦ com.exalead.mot.components.transducer.Near (as Near)
◦ com.exalead.mot.components.transducer.Nor (as Nor)
◦ com.exalead.mot.components.transducer.Nor (as Nor)
◦ com.exalead.mot.components.transducer.Not (as Not)
◦ com.exalead.mot.components.transducer.Not (as Not)
◦ com.exalead.mot.components.transducer.Opt (as Opt)
◦ com.exalead.mot.components.transducer.Opt (as Opt)
◦ com.exalead.mot.components.transducer.Or (as Or)
◦ com.exalead.mot.components.transducer.Or (as Or)
◦ com.exalead.mot.components.transducer.Plus (as Plus)
◦ com.exalead.mot.components.transducer.Plus (as Plus)
◦ com.exalead.mot.components.transducer.Seq (as Seq)
◦ com.exalead.mot.components.transducer.Seq (as Seq)
◦ com.exalead.mot.components.transducer.SequentialPattern (as SequentialPattern)
◦ com.exalead.mot.components.transducer.SequentialPattern (as SequentialPattern)
◦ com.exalead.mot.components.transducer.Star (as Star)
◦ com.exalead.mot.components.transducer.Star (as Star)
◦ com.exalead.mot.components.transducer.Sub (as Sub)
◦ com.exalead.mot.components.transducer.Sub (as Sub)
◦ com.exalead.mot.components.transducer.TRule (as TRule)
◦ com.exalead.mot.components.transducer.TRule (as TRule)
◦ com.exalead.mot.components.transducer.TRules (as TRules)
◦ com.exalead.mot.components.transducer.TRules (as TRules)
• Attributes:
Name
Type
Default value
Description
anchor
boolean
priority
int
name
string
Optional name of the pattern (used for pattern references).
modifiedBy
string
modifiedAt
nullablelong
kind
string
Annotation kind that the annotation regular expression is tested against.
value
string
Regular expression of the annotation.
level
enum(exact, lowercase, normalized)
exact
Matching level, can be normalized, lowercase, or exact.
useDisplayForm
boolean
True
Activate this option to use the display form of this annotation to build the final output annotation.
required
boolean
error
enum(ignore, warn, error)
warn
capture
string
Output format in sed format used to generate the final match annotation
This site works best with JavaScript enabled