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

Contents of /contributions/modules/spanishstemmer/README.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 ; $Id$
2
3 Readme
4 ------
5
6 This module implements a stemmer algorithm to improve Spanish language
7 searching with the Drupal built-in search.module.
8
9 It reduces each word in the index to its basic root or stem (e.g. 'blogging' to
10 'blog') so that variations on a word ('blogs', 'blogger', 'blogging', 'blog') are
11 considered equivalent when searching. This generally results in more relevant
12 results.
13
14

  ViewVC Help
Powered by ViewVC 1.1.2