Lemmatization reduces words to their dictionary form (lemma). It improves matching across inflected variants without breaking meaning.
Lemmatization maps words like running/runs/ran → run using a lexicon and morphological rules. Unlike stemming (which chops suffixes), lemmatization aims for valid base forms, preserving semantics and grammar.
Lemmatization standardizes word forms to improve recall and precision across languages—ideal for product text—while preserving exact handling for brands and codes.
Lemmatization vs stemming? Lemmas are dictionary forms; stemming just strips endings.
Does it slow search? Some, but caching and pre-analysis mitigate it.
Apply to every field? No—skip SKUs/brand casing and exact keyword fields.
See these concepts in action: semantic, typo-tolerant search for Shopify stores — implemented by Rapid Search