/[drupal]/contributions/modules/spanishstemmer/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/spanishstemmer/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Jan 5 15:01:06 2009 UTC (10 months, 3 weeks ago) by gonzalokoeln
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/plain
Initial commit of a module porting a stemming algorith of the Spanish language to improve search within a site.
1 Readme
2 ------
3
4 This module implements a stemmer algorithm to improve Spanish 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 (e.g. 'blogging' to
8 'blog') so that variations on a word ('blogs', 'blogger', 'blogging', 'blog') are
9 considered equivalent when searching. This generally results in more relevant
10 results.
11
12 Installation
13 ------------
14
15 1. Copy the spanishstemmer.module to the Drupal modules/ directory.
16
17 2. Go to 'administer > modules', and enable the Spanish stemmer module
18
19 3. Go to 'administer > settings > search' and click 'Re-index site'.

  ViewVC Help
Powered by ViewVC 1.1.2