---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Lemma and Unicode normalization

# Lemma and Unicode normalization {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read
Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Lemma and Unicode normalization

AI Search enhances search recall by automatically normalizing inflected words (lemmas) and Unicode glyphs during both indexing and search query processing.
This normalization allows users to find content regardless of variant forms of their search terms, such as pluralizations, verb tenses, or accented characters.
All normalization features are enabled by default and cannot be configured.
Show full answer Show less  

## Key Features

* **Lemma Normalization:** AI Search converts inflected words to their root or base forms (lemmas) to enable matching across different word forms. For example, indexed words like *selling* are expanded to include the lemma *sell* , so a search for *sold* also matches the indexed record. This supports multiple languages including English, Arabic, French, German, Japanese, Korean, Chinese, and others.
* **Decompounding:** For German, Danish, Hungarian, Korean, Norwegian (Bokmål), and Swedish, AI Search indexes both compound words and their individual components. For example, the German compound *Humanressourcen* is indexed as *Human* , *ressourcen*, and the full compound to improve search accuracy.
* **Unicode Normalization:** AI Search performs Unicode normalization (NFKD and NFKC forms) to handle accented characters and glyph variants. For instance, the accented term *resumé* is indexed along with the unaccented *resume*, so either search returns the record. This ensures glyph variants are matched to their nearest equivalents.

## Interaction with Other Search Features

* **Genius Results:** Terms added by lemma or Unicode normalization do not activate Genius Result configurations triggered by exact terms.
* **Result Improvement Rules:** Normalized query terms can trigger result improvement rules if they match the configured triggers.
* **Stop Words:** Stop words are removed before normalization and thus are not normalized.
* **Synonyms:** Synonym terms are exempt from normalization.
* **Typo Handling:** Lemma and Unicode normalization are applied to auto-corrected search query terms, enhancing search robustness.

## Practical Impact for ServiceNow Customers

By leveraging lemma and Unicode normalization, ServiceNow AI Search ensures users retrieve relevant results even when their search queries use different word forms or character variations than the indexed content. This improves search recall without requiring additional configuration. Customers can expect more accurate and comprehensive search results across supported languages and scripts, simplifying content discovery and enhancing user experience.  
AI Search normalizes inflected words and Unicode glyphs during indexing and at search query time. Normalization improves search recall and enables users to find content with variant forms of their search query
terms.

Normalization features are automatically enabled and aren't configurable.

## Lemma normalization {#lemma-unicode-normalization-ais__section_igg_pc5_fnb}

Many languages include inflected forms of terms, such as plural nouns or verb tenses. AI Search normalizes inflected terms found in indexed content and search queries. Normalization enables matching based on a root form, such as the singular for a plural noun or the base form for a conjugated
verb. This root form is called a lemma, and this process is referred to as lemma normalization.

For example, when a source record includes the conjugated verb <kbd class="ph userinput">selling</kbd>, AI Search expands the indexed term to include the lemma form sell in addition to selling. When a user searches for the past-tense conjugated form
<kbd class="ph userinput">sold</kbd>, AI Search expands the search query term to include the lemma form sell as well as sold. Because the indexed term and the search query term include
matching forms, the user's search returns the <kbd class="ph userinput">selling</kbd> record as a result.  
AI Search supports language-specific lemma normalization for Arabic, Brazilian Portuguese, Czech, Danish, Dutch, English, Finnish, French, French - Canada, German, Hebrew, Hungarian, Italian, Japanese, Korean, Norwegian (Bokmål), Polish, Portuguese, Russian, Simplified Chinese, Spanish, Swedish, Traditional Chinese, and Turkish.  
Note:  
When parsing Finnish source record text and search terms, AI Search uses algorithmic stemming to identify lemmas.

## Decompounding {#lemma-unicode-normalization-ais__section_cjq_4rg_4rb}

In addition to normalizing lemmas for German, Danish, Hungarian, Korean, Norwegian (Bokmål), and Swedish, AI Search indexes compound words and their individual component words. For example, when indexing a German record that contains the compound word <kbd class="ph userinput">Humanressourcen</kbd>, AI Search indexes the component terms Human and ressourcen in addition to the compound term.

## Unicode normalization {#lemma-unicode-normalization-ais__section_udc_mcw_3nb}

AI Search performs Unicode normalization on indexed terms and search query terms. This normalization makes alphabetical Unicode glyphs searchable using their nearest equivalent characters.

For example, when indexing a record containing the term <kbd class="ph userinput">resumé</kbd>, AI Search expands the term to also include the non-accented form resume. This record appears as a search result when users search for either resume or
resumé.

Unicode normalization includes NFKD (compatibility decomposition) and NFKC (compatibility composition) stages. For more information on these normalization forms, see the Unicode Standard Annex #15, <https://www.unicode.org/reports/tr15/>.

## Interaction with other search features {#lemma-unicode-normalization-ais__section_p3f_wsy_2nb}

The following table describes interactions between normalization and other search features.  
{#lemma-unicode-normalization-ais__table_vdr_yd5_fnb__entry__2}

| Feature | Interaction with lemma and Unicode normalization |
|-|-|
| [Genius Results](https://servicenow-prod.fluidtopics.net/RKKGwiZmvlFBRZh43mRujg "Optionally display the best answers for a search query as actionable Genius Result cards included with search results.") | Search query terms added by lemma or Unicode normalization can't trigger Genius Result configurations with Term trigger conditions. |
| [Result improvement rules](https://servicenow-prod.fluidtopics.net/TaR44fGFW48~JSklNGO62w "Define rules with configurable trigger conditions to boost, block, or promote search results for specific searches. You can also boost search results for documents matching elements of the user context, such as a user's country, OS, or device type.") | A search query term added by lemma or Unicode normalization can trigger a result improvement rule if it matches the rule's Query trigger. |
| [Stop words](https://servicenow-prod.fluidtopics.net/eiiQAp3yVs1voI~53xB_VA "Stop words remove search query terms that don't produce meaningful results. Improve search precision and relevancy by configuring stop word dictionaries and defining stop words.") | If a search query term is defined as a stop word, AI Search removes that term without normalizing it. |
| [Synonyms](https://servicenow-prod.fluidtopics.net/BTOwKD3uhCQnDp5Nb8LfEg "Synonyms expand search queries to include additional terms with equivalent meaning or usage. Improve search recall by configuring synonym dictionaries and defining synonyms.") | If a search query term is defined as a synonym, AI Search doesn't normalize it. |
| [Typo handling](https://servicenow-prod.fluidtopics.net/g21GoEvGiHwb9MC3XfCgzg "AI Search replaces misspelled search query terms with auto-correction terms derived from indexed content. Configure typo handling dictionary settings to control derivation of auto-correction terms.") | AI Search performs lemma and Unicode normalization on auto-corrected search query terms. |
[ ]

{#lemma-unicode-normalization-ais__table_vdr_yd5_fnb}

