Context sensitive stemming for web search
Generate an AI Snapshot to get a quick, structured summary of this paper.
A concise AI-generated summary of the paper will appear here once you click Generate AI Snapshot.
TL;DR
A context sensitive stemming method that performs a context sensitive document matching for expanded variants of words in documents and serves as a safeguard against spurious stemming, and it turns out to be very important for improving precision.
Abstract
Traditionally, stemming has been applied to Information Retrieval tasks by transforming words in documents to the their root form before indexing, and applying a similar transformation to query terms. Although it increases recall, this naive strategy does not work well for Web Search since it lowers precision and requires a significant amount of additional computation.
