MCPcopy 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

33def is_vowel(s):
34 return s in VOWELS
35def is_consonant(s):
36 return s not in VOWELS
37def is_double_consonant(s):
38 return s in DOUBLE
39

Callers 3

is_short_syllableFunction · 0.85
vowel_consonant_pairsFunction · 0.85
step_1cFunction · 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…