Categories:
Nikko normalization pipeline
Description and stages
Nikko is a pipeline used for the normalization of the user’s utterance through the execution of the following normalizers:
- PunctuationNormalizer
- SplitPunctNormalizer
- SpaceNormalizer
- CurrencyNormalizer
- UnicodeNormalizer
- LowercaseNormalizer
- CardinalityNormalizer
- PunctuationNormalizer
- SpaceNormalizer

Configuration
This stage requires the following configuration in the nlp.json configuration file:
For the specific language and channel, in the nlp field of this JSON file, the key normalizer_pipeline_class must be filled in with the value:
auracog_pipelines.pipelines.normalization.nikko.NikkoPipeline
{
"es-es": {
"mp": {
"nlp": {
"normalizer_pipeline_class": "auracog_pipelines.pipelines.normalization.nikko.NikkoPipeline"
}
}
}
}
Last modified November 11, 2025: feat: Clean up of Living Apps related stuff #AURA-30761 [RTM] (c97ca748)