Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Accepts Java regular expressions then tries to match those expressions against the tokens coming in the pipeline. When there is a match the text will be tagged with a Semantic Tag.  If case you need the regex to match several tokens you can use the Regex Recognizer, just be aware that it is heavier on processing.

Info

Uses Simple Regex Stage.

Configuration

This stage does not require a specific configuration other then the basic.

Adding a Regex

Click on the  button to open the "Add new regex" dialog


  • Parameter
    summaryRegular expression
    nameRegex
    requiredtrue
  • Options
    • Parameter
      summarySet to true if the pattern is not case sensitive.
      nameCase Insensitive
      typeboolean
    • Parameter
      summaryWhen this flag is specified then the input string that specifies the pattern is treated as a sequence of literal characters. Metacharacters or escape sequences in the input sequence will be given no special meaning.
      defaultfalse
      nameLiteral
      typeboolean
  • Parameter
    summaryAdjustment factor to apply to the confidence value of 0.0 to 2.0 from (Applies for every pattern match).
    default1
    nameConfidence Adjustment
    typedouble
    requiredtrue
    • 0.0 to < 1.0  decreases confidence value
    • 1.0 confidence value remains the same
    • > 1.0 to  2.0 increases confidence value


General Settings

Include Page
Generic Recognizer Config
Generic Recognizer Config