Skip to content

Commit

Permalink
Reword to avoid "Of course"
Browse files Browse the repository at this point in the history
None of these rules are inherently obvious.
  • Loading branch information
ojwb committed Oct 11, 2024
1 parent f49b981 commit 2f41ffb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions algorithms/danish/stemmer.tt
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Step 1:
<DD>delete if preceded by a valid <B><I>s</I></B>-ending
</DL>
<p>
(Of course the letter of the valid <B><I>s</I></B>-ending is
not necessarily in <I>R</I>1)
(Note that only the suffix needs to be in <I>R</I>1, the letter of the
valid <B><I>s</I></B>-ending is not required to be.)
</p>
</DL>

Expand Down
5 changes: 3 additions & 2 deletions algorithms/finnish/stemmer.tt
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ Step 1: particles etc
</DL>

<p>
(Of course, the <B><I>n</I></B>, <B><I>t</I></B> or vowel of 1(<I>a</I>) need not be in <I>R</I>1: only
the suffix removed must be in <I>R</I>1. And similarly below.
Note that only the suffix needs to be in <I>R</I>1, the <B><I>n</I></B>,
<B><I>t</I></B> or vowel of 1(<I>a</I>) is not required to be.
And similarly below.
</p>

<p>
Expand Down
8 changes: 6 additions & 2 deletions algorithms/german/stemmer.tt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,12 @@ Step 1:
</DL>
<p>
and if in <I>R</I>1 then delete (for (a) to (e)) or replace with <I>l</I> (for (f)).
(Of course the letter of the valid <B><I>s</I></B>-ending is
not necessarily in <I>R</I>1.) If an ending of group (<I>c</I>) is deleted, and the ending
(Note that only the suffix needs to be in <I>R</I>1, the letter of the
valid <B><I>s</I></B>-ending is not required to be.)
<p>

<p>
If an ending of group (<I>c</I>) is deleted, and the ending
is preceded by <B><I>niss</I></B>, delete the final <B><I>s</I></B>.
</p>

Expand Down
4 changes: 2 additions & 2 deletions algorithms/norwegian/stemmer.tt
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Step 1:
<DD>replace with <B><I>er</I></B>
</DL>
<p>
(Of course the letter of the valid <B><I>s</I></B>-ending is
not necessarily in <I>R</I>1)
(Note that only the suffix needs to be in <I>R</I>1, the letter of the
valid <B><I>s</I></B>-ending is not required to be.)
</p>
</DL>

Expand Down
4 changes: 2 additions & 2 deletions algorithms/swedish/stemmer.tt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Step 1:
<B><I>s</I></B>
<DD>delete if preceded by a valid <B><I>s</I></B>-ending
</DL>
(Of course the letter of the valid <B><I>s</I></B>-ending is
not necessarily in <I>R</I>1)
(Note that only the suffix needs to be in <I>R</I>1, the letter of the
valid <B><I>s</I></B>-ending is not required to be.)
</DL>

<p>
Expand Down

0 comments on commit 2f41ffb

Please sign in to comment.