Porter-Stemmer
This module implements the Porter-Stemmer algorithm to improve English-language searching with the Drupal built-in search.module.
It reduces each word in the index to its basic root or stem (e.g. 'blogging' to 'blog') so that variations on a word ('blogs', 'blogger', 'blogging', 'blog') are considered equivalent when searching. This generally results in more relevant results.
Note that the Porter Stemmer algorithm is specific to American English, so some British spellings will not be stemmed correctly.
The module is co-maintained by jhodgdon.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.0 | 2008-Apr-28 | 8.66 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-1.0 | 2008-Feb-21 | 8.65 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2008-Feb-29 | 8.66 KB | Download · Release notes | Development snapshot | |
| 5.x-1.x-dev | 2007-Nov-26 | 8.66 KB | Download · Release notes | Development snapshot | |
