French stemmer

zigazou - December 8, 2006 - 19:02

This module improves results of the search module for the french language.

It does so by using the Paice Husk stemmer algorithm and some extra process :

  • accents are removed,
  • 'au' 'eau' 'o' are interpreted as 'o',
  • double letters are reduced to one letter, 'tt', 'mm', 'nn' etc. are interpreted as 't', 'm', 'n' etc.,
  • depending on its following letters, 'c' is converted to 'k' or 's',
  • ...

Keys :

  • activated periodically by search and cron,
  • does not add new tables to your database.

This module has been developped for the french city of Rouen website.

Releases

Official releasesDateSizeLinksStatus
4.7.x-1.02006-Dec-089.8 KBRecommended for 4.7.xThis is currently the recommended release for 4.7.x.


 
 

Drupal is a registered trademark of Dries Buytaert.