diff --git a/algorithms/danish/stemmer.tt b/algorithms/danish/stemmer.tt index 3491cb1..b2afe16 100644 --- a/algorithms/danish/stemmer.tt +++ b/algorithms/danish/stemmer.tt @@ -72,8 +72,8 @@ Step 1:
delete if preceded by a valid s-ending

- (Of course the letter of the valid s-ending is - not necessarily in R1) + (Note that only the suffix needs to be in R1, the letter of the + valid s-ending is not required to be.)

diff --git a/algorithms/finnish/stemmer.tt b/algorithms/finnish/stemmer.tt index dd2c0bf..e6a9d67 100644 --- a/algorithms/finnish/stemmer.tt +++ b/algorithms/finnish/stemmer.tt @@ -72,8 +72,9 @@ Step 1: particles etc

-(Of course, the n, t or vowel of 1(a) need not be in R1: only -the suffix removed must be in R1. And similarly below. +Note that only the suffix needs to be in R1, the n, +t or vowel of 1(a) is not required to be. +And similarly below.

diff --git a/algorithms/german/stemmer.tt b/algorithms/german/stemmer.tt index f31588a..9634989 100644 --- a/algorithms/german/stemmer.tt +++ b/algorithms/german/stemmer.tt @@ -84,8 +84,12 @@ Step 1:

and if in R1 then delete (for (a) to (e)) or replace with l (for (f)). - (Of course the letter of the valid s-ending is - not necessarily in R1.) If an ending of group (c) is deleted, and the ending + (Note that only the suffix needs to be in R1, the letter of the + valid s-ending is not required to be.) +

+ +

+ If an ending of group (c) is deleted, and the ending is preceded by niss, delete the final s.

diff --git a/algorithms/norwegian/stemmer.tt b/algorithms/norwegian/stemmer.tt index 30578d1..4ef16cf 100644 --- a/algorithms/norwegian/stemmer.tt +++ b/algorithms/norwegian/stemmer.tt @@ -70,8 +70,8 @@ Step 1:
replace with er

- (Of course the letter of the valid s-ending is - not necessarily in R1) + (Note that only the suffix needs to be in R1, the letter of the + valid s-ending is not required to be.)

diff --git a/algorithms/swedish/stemmer.tt b/algorithms/swedish/stemmer.tt index 2613c2f..ae3e451 100644 --- a/algorithms/swedish/stemmer.tt +++ b/algorithms/swedish/stemmer.tt @@ -74,8 +74,8 @@ Step 1: s
delete if preceded by a valid s-ending - (Of course the letter of the valid s-ending is - not necessarily in R1) + (Note that only the suffix needs to be in R1, the letter of the + valid s-ending is not required to be.)