You are here

INSTALL.txt in Porter-Stemmer 5

Same filename and directory in other branches
  1. 8 INSTALL.txt
  2. 6.2 INSTALL.txt
  3. 6 INSTALL.txt
  4. 7 INSTALL.txt
Readme
------

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.

Installation
------------

1. Copy the porterstemmer.module to the Drupal modules/ directory.

2. Go to 'administer > modules', and enable the porterstemmer.module

3. Go to 'administer > settings > search' and click 'Re-index site'.

File

INSTALL.txt
View source
  1. Readme
  2. ------
  3. This module implements the Porter-Stemmer algorithm to improve English-language
  4. searching with the Drupal built-in search.module.
  5. It reduces each word in the index to its basic root or stem (e.g. 'blogging' to
  6. 'blog') so that variations on a word ('blogs', 'blogger', 'blogging', 'blog') are
  7. considered equivalent when searching. This generally results in more relevant
  8. results.
  9. Installation
  10. ------------
  11. 1. Copy the porterstemmer.module to the Drupal modules/ directory.
  12. 2. Go to 'administer > modules', and enable the porterstemmer.module
  13. 3. Go to 'administer > settings > search' and click 'Re-index site'.