Stemming of a file in c++ | What is Stemming in IR
Programming yes post of programming. This post may b unique over the internet a Program of Stemming of File in C++ , Last week while Working over a Project of Boolean Search Engine in C++ . I have to cope with a problem and Project requirement was also to Use stemming. So I complete by the project with following a code of stemming . What is Stemming of a File: A common processing step in many IR(information retrieval) systems is called stemming. The main idea behind stemming is that users searching for information on “serving” will also be interested in documents that have information containing “served”, “r”, “serve”, and so on all worlds which are related to search query. Systems can be susceptible to errors due to poor stemming, so this is a little tricky. For example, a user interested in “information retrieval” might get a document titled “Information on Golden Retrievers” due to stemming. this is used in search engines where we have to find documents containing relevant word...