Prompt article where it is in detail written how to make search on mysql by means of the stemmer. No matter how I read, nothing happens. ((Errors are reported ...
2 answers
Here, for example: "How to organize search on a site that uses PHP and MySQL?" .
// подключили require_once('stemmer.php'); $stemmer = new Lingua_Stem_Ru(); ... // определили корень $value = $stemmer->stem_word($value); ...
where Lingua_Stem_Ru
is the definition of the word root by the Porter stemmer method.
And in addition: full text search in MySQL .
|