Detects synonyms previously specified then generates a normalize token with the synonym.

Configuration

This processor works in a similar way to most of the recognizers.  It compiles a list of entries each one of them makes a set of synonyms and a normalize word. 

Adding a Synonym

Click on thebutton to open the "Add new Synonym" dialog


  • Norm ( type=string | required ) - This will be the token created if any of the synonyms gets a match
  • Synonyms ( type=string | required ) - List of the synonyms to look for
  • Confidence ( type=double | default=1 | required ) - The confidence value set for this entry of synonyms
  • Options
    • Case Insensitive ( type=boolean | default=checked | required ) - Indicates if the match to the synonyms can be case insensitive

General Settings

The general settings can be accessed by clicking on 


  • Enable - Enables the processor to be used in the pipeline.
  • Skip Flags ( optional ) - Lexical items flags to be ignored by this processor.
  • Boundary Flags  ( optional ) - List of vertex flags that indicate the beginning and end of a text block.
  • Required Flags ( optional ) - Lexical items flags required by every token to be processed.
  • At Least One Flags ( optional ) - List of lexical item flags where at least one of them needs to be present to be processed.
  • Don't Process Flags ( optional ) - List of lexical items flags that are not processed. The difference with "Skip Flags" is that this will drop the path in the Saga graph, skip just skips the token and continues in the same path.
  • Confidence Adjustment - Adjustment factor to apply to the confidence value of 0.0 to 2.0 from (Applies for every match).
    • 0.0 to < 1.0  decreases confidence value
    • 1.0 confidence value remains the same
    • > 1.0 to  2.0 increases confidence value
  • Debug - Enable debug logging.

  • No labels