Labeler assets > Token labeling operations > Dictionary options for token labeling
  

Dictionary options for token labeling

When you add a step to a labeler asset, Data Quality prompts you to define a step with a regular expression or with a dictionary.
The following image shows the options that you configure when you define a step with a dictionary:
The image shows the Configuration tab of a labeler asset for Token labeling. The tab displays a sequence of a labeler step, the dictionary properties of the step, the test panel, and the run-time environment options.
The dictionary options include the following properties:
  1. 1Labeler mode.
  2. Indicates the type of labeling operations to perform on the input data.
  3. 2Add Step option.
  4. Adds a step to the asset. A step describes a labeling operation that a mapping can apply to an input data field.
  5. 3Up and Down options.
  6. Moves a step that you select up or down within the step sequence.
  7. 4Step sequence.
  8. Defines the order in which a mapping applies each step to the input field at run time. The mapping performs labeling operations in the order that you specify.
  9. 5Options name.
  10. Identifies the dictionary that you add to the step.
  11. 6Test input field.
  12. Contains the input data that the Secure Agent uses to test the steps in the labeler sequence.
  13. 7Test output fields.
  14. Contain the result of the test.
    The test output fields contain the following data:
  15. 8Import file option.
  16. Imports data to the test panel.
  17. 9Step type.
  18. Identifies the type of step to which the properties apply.
  19. 10Dictionary name.
  20. Identifies the dictionary that the step applies to the input data. You select the dictionary.
  21. 11Label name.
  22. Specifies the label that the step applies to the values in an input string. You enter the label.
  23. 12Casing option.
  24. Specifies whether the step considers the character case of the input values that it compares to the dictionary values. For example, the character case may be relevant if you plan to label person names from an input string, as the person names may begin with an uppercase letter.
    Clear the option if the character case is not relevant to the data that the step will examine.
  25. 13Mode option.
  26. Determines the labeling method. Choose Inclusive or Exclusive mode to label values that match or do not match the dictionary values. The default mode is Inclusive.
    In Inclusive mode, the labeling operation assigns the label to any value that matches a value in the dictionary.
    In Exclusive mode, the operation assigns a label to any value that does not match a value in the dictionary.
  27. 14Standardization option.
  28. Specifies whether the step will replace any input value that matches a dictionary value with the corresponding value from the valid column in the dictionary.
    The step compares the input values to every value in the dictionary. If the input value matches a valid value, the step does not update the value. If you clear the option, the step does not standardize any input value that matches a dictionary value.
  29. 15Valid dictionary column name.
  30. Identifies the valid column in the dictionary that you select. The valid column contains the preferred versions of the values in the dictionary. The valid dictionary column is active when you select the standardization option.