/* PHP & MySQL Journal */
In: algorithms| php
20 Apr 2009In this post we will see how to use a Stemming algorithm for search purposes.
A stemming algorithm lets you reduce each English input word to its basic root or stem (e.g. ‘walking’ to ‘walk’) so that variations on a word (‘walks’, ‘walked’, ‘walking’) are considered equivalent when searching. This stems can than be used [...]