Configuration : Appendix - Semantic Resources Reference : TokenRegexp
 
TokenRegexp
com.exalead.mot.components.transducer.TokenRegexp
Matches a regexp.
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
value
string
Regular expression to recognize.
level
enum(exact, lowercase, normalized)
exact
Level of the regular expression. For example, a regexp with level=lowercase matches case-insensitively.