MCPcopy Index your code
hub / github.com/clips/pattern / is_double_consonant

Function is_double_consonant

pattern/vector/stemmer.py:37–38  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

35def is_consonant(s):
36 return s not in VOWELS
37def is_double_consonant(s):
38 return s in DOUBLE
39
40def is_short_syllable(w, before=None):
41 """ A short syllable in a word is either:

Callers 1

step_1bFunction · 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…