Handbook
Glossary
stem-vowel? ( str -- ? )
Vocabulary
porter-stemmer
Inputs
str
an
object
Outputs
?
an
object
Definition
USING:
kernel
sequences
;
IN:
porter-stemmer
:
stem-vowel?
( str -- ? )
[
length
<iota>
]
keep
[
consonant?
]
curry
all?
not
;