# Word Stemming

{% embed url="<https://www.cabidigitallibrary.org/do/10.5555/c79a4480-3cbe-4fe7-84e0-8b09f2a1f845>" fullWidth="false" %}
Short video illustrating how word stemming works
{% endembed %}

***

Stemming involves reducing query terms to their most basic form, or stem, and using this to identify all the derivatives of that word such a plurals which should be considered a match.

For example, searching for

> *initialization*&#x20;

will also return results for *initialize*, *initials*, etc. Results matching the exact query term searched *initialization* will rank higher than its derivatives in the search results list.

&#x20;

Stemming can be disabled by using double quotes around words or phrases. Thus it is possible to search for a precise variant of a word including plurals or singular variants of words, for example&#x20;

> *“dog” NOT dogs.*

Word Stemming is enabled by default for all publication text fields, such as full-text and abstract.

{% hint style="info" %}
Note that [wildcards ](https://help.cabi.org/cabi-digital-library-help/search/truncation-or-using-wildcards-for-searching-with-partial-search-terms)are not automatically stemmed.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cabi.org/cabi-digital-library-help/search/word-stemming.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
