Icon

Alias Creator Overview Example

<p><strong>Working with Alias Objects in KNIME</strong></p><p>Aliases allow you to explicitly define how different terms should be interpreted during matching. By creating simple <strong>word → alias mappings with scoring penalties</strong>, you can normalize variations, expand queries, or block misleading matches.</p><p>In this workflow, the <strong>Alias Generator</strong> node converts a mapping table into an <strong>Alias Object</strong> that can be connected to indexing and matching nodes. This enables deterministic handling of real-world variations such as abbreviations, nicknames, company suffixes, or controlled exclusions.</p><p>Use aliases to improve matching quality while keeping the process <strong>transparent, configurable, and fully explainable</strong>.</p><p></p><p></p>

URL: exorbyte Gmbh https://exorbyte.ai/

Combining Aliases

Use the Alias Collector node to merge multiple Alias sets into a single Alias set for downstream matching.

Name Canonicalization with Aliases

Resolve nicknames and name variants to a single canonical form. Encode real-world name knowledge so “Bob”, “Rob”, and “Bobby” reliably match “Robert” with deterministic, explainable scoring.

🔗Creating an Alias Object

Create an Alias Object by defining explicit word-to-alias mappings with scoring control. Each row specifies how a term should be expanded, canonicalized, or blocked during matching. The input table must contain the following columns:

  • word – The canonical base term used as the matching anchor. Each unique value becomes a key in the Alias Object.

  • alias – A synonym, abbreviation, or variant of the word, interpreted according to the matcher’s alias mode.

  • penalty – Integer from −100 to +100 controlling match behavior: positive boosts, zero is neutral, negative blocks the mapping (anti-alias).

Anti-Aliases (False-Positive Control)

Explicitly block misleading matches using negative penalties. Anti-aliases act as hard constraints to prevent similar-looking terms from ever resolving to the wrong entity.

Phrase Matching & Aliases

You can use the Alias Creator node together with Phrase Indexing and Phrase Matching to match and search complex names, such as company names that include suffixes like Ltd., Co., etc.

🔐 How to Get Your License

Use this node to request and register your exorbyte matchmaker license before running any toolbox nodes.

  1. Choose Demo (30 days) or Production.

  2. Enter your email (and Customer Token if production).

  3. Execute the node — it sends a secure request to exorbyte team.

  4. If offline, manually email the request file toknime-node-license@exorbyte.com.

  5. When you receive the .lic file, reopen the node → Use available license fileand run the node → run License Activator.

⚠️ Each KNIME installation or Hub environment needs its own license.

👉 See full workflow guide: How to license exorbyte Extension

Alias Creator
Word-to-alias Mappings
Table Creator
Query: "Bobby"
Table Creator
Aliases
CSV Reader
Word -> Keyword Mappings
Table Creator
query
CSV Reader
Reference Data
CSV Reader
searching and matching
Term Index Matcher
Indexing the reference data
Term Indexer
Alias Collector (Labs)
Craft alias object
Alias Creator
Phrase Indexer
Aliases - Set 1
Table Creator
searching and matching
Phrase Index Matcher
License Activator
License Requester
Craft alias object
Alias Creator
Craft alias object
Alias Creator
Alias to Table (Labs)
Aliases - Set 2
CSV Reader
query
CSV Reader
Craft alias object
Alias Creator
Reference Data
CSV Reader
Aliases
CSV Reader
Craft alias object
Alias Creator
Indexing the reference data
Term Indexer
Names - Data to search
Table Creator
searching and matching
Term Index Matcher

Nodes

Extensions

Links