cvc |
./porterstemmer.module |
Checks for ending CVC sequence where second C is not W, X or Y |
2 |
|
doubleConsonant |
./porterstemmer.module |
Returns true/false as to whether the given string contains two
of the same consonant next to each other at the end of the string. |
2 |
|
m |
./porterstemmer.module |
What, you mean it's not obvious from the name? |
3 |
|
porterstemmer_help |
./porterstemmer.module |
Implementation of hook_help(). |
|
|
porterstemmer_search_preprocess |
./porterstemmer.module |
Implementation of hook_search_preprocess |
|
|
replace |
./porterstemmer.module |
Replaces the first string with the second, at the end of the string. If third
arg is given, then the preceding string must match that m count at least. |
6 |
|
stem |
./porterstemmer.module |
Stems a word. Simple huh? |
|
|
step1ab |
./porterstemmer.module |
Step 1 |
1 |
|
step1c |
./porterstemmer.module |
Step 1c |
1 |
|
step2 |
./porterstemmer.module |
Step 2 |
1 |
|
step3 |
./porterstemmer.module |
Step 3 |
1 |
|
step4 |
./porterstemmer.module |
Step 4 |
1 |
|
step5 |
./porterstemmer.module |
Step 5 |
1 |
|