You are here

README.txt in Snowball Stemmer 2.x

Same filename and directory in other branches
  1. 8 README.txt
= Snowball Stemmer for Drupal Core Search and Search API

Stemmer service built with PHP Stemmer, supporting: English, French, German,
Italian, Spanish, Portuguese, Russian, Romanian, Dutch, Swedish, Norwegian,
Danish, Catalan; and any additional languages added to
https://github.com/wamania/php-stemmer#languages.

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.

== Installation

For core search just install this module. For Search API you will need to enable
it as a processor on your index.  If you have already indexed your site you will
need to re-index.

== Testing

To run tests require drupal/search_api module.

File

README.txt
View source
  1. = Snowball Stemmer for Drupal Core Search and Search API
  2. Stemmer service built with PHP Stemmer, supporting: English, French, German,
  3. Italian, Spanish, Portuguese, Russian, Romanian, Dutch, Swedish, Norwegian,
  4. Danish, Catalan; and any additional languages added to
  5. https://github.com/wamania/php-stemmer#languages.
  6. Includes Search API processor, and core search module integration.
  7. The module uses composer to add the required library, so must be installed using
  8. it. If you're not using it yet check the composer Drupal documentation.
  9. Drupal 8 alternatives include:
  10. The English only stemmer processor included with Search API English
  11. Porter-Stemmer module for core search Using Search API Solr Multilingual
  12. which includes Solr native configuration for stemming and much more. If you
  13. are using Solr this is probably your best option.
  14. == Installation
  15. For core search just install this module. For Search API you will need to enable
  16. it as a processor on your index. If you have already indexed your site you will
  17. need to re-index.
  18. == Testing
  19. To run tests require drupal/search_api module.