Handbook
Glossary
remove-e ( str -- newstr )
Vocabulary
porter-stemmer
Inputs
str
an
object
Outputs
newstr
an
object
Definition
USING:
kernel
sequences
;
IN:
porter-stemmer
:
remove-e
( str -- newstr )
dup
last
101
=
[
dup
remove-e?
[
but-last-slice
]
when
]
when
;