You are here

README.txt in Porter-Stemmer 5

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
  4. 7 README.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.

Note that the Porter Stemmer algorithm is specific to American English, so some 
British spellings will not be stemmed correctly.

File

README.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')
  7. are considered equivalent when searching. This generally results in more
  8. relevant results.
  9. Note that the Porter Stemmer algorithm is specific to American English, so some
  10. British spellings will not be stemmed correctly.