Parent Directory
|
Revision Log
|
Revision Graph
First version of a Dutch stemmer module
| 1 | Readme |
| 2 | ------ |
| 3 | |
| 4 | This module implements the Dutch stemming algorithm to improve Dutch-language |
| 5 | searching with the Drupal built-in search.module. |
| 6 | |
| 7 | It reduces each word in the index to its basic root or stem so that variations |
| 8 | on a word (e.g. "boom, bomen" or "opheffen, opheffing, opheffende") are |
| 9 | considered equivalent when searching. This generally results in more |
| 10 | relevant results. |
| 11 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |