Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ is_consonant
Function
is_consonant
pattern/vector/stemmer.py:35–36 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
33
def
is_vowel(s):
34
return
s in VOWELS
35
def
is_consonant(s):
36
return
s not in VOWELS
37
def
is_double_consonant(s):
38
return
s in DOUBLE
39
Callers
3
is_short_syllable
Function · 0.85
vowel_consonant_pairs
Function · 0.85
step_1c
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…