Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of a module porting a stemming algorith of the Spanish language to improve search within a site.
| 1 | ; $Id$ |
| 2 | |
| 3 | Readme |
| 4 | ------ |
| 5 | |
| 6 | This module implements a stemmer algorithm to improve Spanish language |
| 7 | searching with the Drupal built-in search.module. |
| 8 | |
| 9 | It reduces each word in the index to its basic root or stem (e.g. 'blogging' to |
| 10 | 'blog') so that variations on a word ('blogs', 'blogger', 'blogging', 'blog') are |
| 11 | considered equivalent when searching. This generally results in more relevant |
| 12 | results. |
| 13 | |
| 14 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |