What is the role of stemming and lemmatization in indexing services?

Question

Grade: Education Subject: Ddos
What is the role of stemming and lemmatization in indexing services?
Asked by:
68 Viewed 68 Answers

Answer (68)

Best Answer
(380)
Stemming and lemmatization are text normalization techniques used to improve search relevance. Stemming reduces words to their root form (e.g., 'running' -> 'run'), while lemmatization finds the dictionary form of a word (e.g., 'better' -> 'good'). By applying these techniques, indexing services can match variations of a word, increasing the chances of finding relevant results.