Snowball Stemmer

Categories

Component ID

2828156

Component name

Snowball Stemmer

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

4957

Component created

Component changed

Component body

Stemmer service built with PHP Stemmer, supporting: English, French, German, Italian, Spanish, Portuguese, Romanian, Dutch, Swedish, Norwegian, Danish. Includes Search API processor, and core search module integration.

The module uses composer to add the required library, so must be installed using it. If you're not using it yet check the composer Drupal documentation.

Drupal 8 alternatives include:

  • The English only stemmer processor included with Search API
  • English Porter-Stemmer module for core search
  • Using Search API Solr Multilingual which includes Solr native configuration for stemming and much more. If you are using Solr this is probably your best option.