Bootstrap typo fix

darcs
slava 2006-06-11 20:26:51 +00:00
parent e034305fce
commit c8a3f2c802
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
! Porter, 1980, An algorithm for suffix stripping, Program, ! Porter, 1980, An algorithm for suffix stripping, Program,
! Vol. 14, no. 3, pp 130-137. ! Vol. 14, no. 3, pp 130-137.
IN: porter-stemmer IN: porter-stemmer
USING: kernel math parser sequences test ; USING: kernel math parser sequences ;
: consonant? ( i str -- ? ) : consonant? ( i str -- ? )
2dup nth dup "aeiou" member? [ 2dup nth dup "aeiou" member? [