module documentation
Snowball stemmers
This module provides a port of the Snowball stemmers developed by Martin Porter.
There is also a demo function: snowball.demo().
| Class | |
https://github.com/snowballstem/snowball/blob/master/algorithms/arabic/stem_Unicode.sbl (Original Algorithm) The Snowball Arabic light Stemmer Algorithm : Assem Chelli |
| Class | |
The Danish Snowball stemmer. |
| Class | |
The Dutch Snowball stemmer. |
| Class | |
The English Snowball stemmer. |
| Class | |
The Finnish Snowball stemmer. |
| Class | |
The French Snowball stemmer. |
| Class | |
The German Snowball stemmer. |
| Class | |
The Hungarian Snowball stemmer. |
| Class | |
The Italian Snowball stemmer. |
| Class | |
The Norwegian Snowball stemmer. |
| Class | |
A word stemmer based on the original Porter stemming algorithm. |
| Class | |
The Portuguese Snowball stemmer. |
| Class | |
The Romanian Snowball stemmer. |
| Class | |
The Russian Snowball stemmer. |
| Class | |
Snowball Stemmer |
| Class | |
The Spanish Snowball stemmer. |
| Class | |
The Swedish Snowball stemmer. |
| Function | demo |
This function provides a demonstration of the Snowball stemmers. |
| Class | _ |
This helper subclass offers the possibility to invoke a specific stemmer directly. This is useful if you already know the language to be stemmed at runtime. |
| Class | _ |
This subclass encapsulates a method for defining the string region R1. It is used by the Danish, Norwegian, and Swedish stemmer. |
| Class | _ |
This subclass encapsulates two methods for defining the standard versions of the string regions R1, R2, and RV. |