How to Singularize Metadata
The Metadata Singularization pipeline stage singularizes output properties returned by the Pipeline, thus preventing the Pipeline from returning duplicate properties with different pluralization.
This stage:
- Currently listed last in the list of available pipeline stages
- Singularizes all output properties returned by the previous pipeline stages.
- Processes only the properties that you specify
English only
Singluarization is currently supported only for English language.
How to Add Metadata Singularization to AutoClassifier
- Navigate to the AutoClassifier Pipelines component page.
- Click New Componentand select Metadata Singularization from the component list:
- Name your new Singularization component and click Add .
- Click Apply to save your changes.
-
Ensure your new Metadata Singularization component is placed last in the list of existing pipeline stages:
How to Configure the Metadata Singularization Component
- Open your Metadata Singularization component.
- In the field Properties to singularize, enter the list of output properties you want the stage to singularize, separated by a semicolon character ";".
- Leaving this field empty results in no singularization, and instead returns all output properties from the previous stages.
- Check the To Tile Case check box if you want all output properties to be converted to Title case, with the 1st word of every property capitalized.
- Click Apply.