Synonym lookup

Replaces strings with their synonyms

Segmenting customers on messy data
Understanding and using Synonyms
Transformer Concurrent Distributed execution possible Alias: Synonym replacement
  • Column

    InputColumn<String> Required
  • Replace inlined synonyms

    Replace synonyms that occur as a substring within the complete text? If turned off, only synonyms that match the complete text value will be replaced.

    boolean Required
  • Replaced synonyms type

    How should the synonyms and the master terms that replaced them be returned? As a concatenated String or as a List.

    Choice: String List Required
  • Retain original value

    Retain original value when no synonyms are found. If turned off, will be returned when no synonyms are found.

    boolean Required
  • Synonym catalog

    SynonymCatalog Required