| 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 |
|
| 12 |
Installation
|
| 13 |
------------
|
| 14 |
|
| 15 |
1. Copy the dutchstemmer folder to the Drupal modules/ folder.
|
| 16 |
|
| 17 |
2. Go to 'administer > modules', and enable the dutchstemmer.module
|
| 18 |
|
| 19 |
3. Go to 'administer > settings > search' and click 'Re-index site'.
|