Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ definite_article
Function
definite_article
pattern/text/en/inflect.py:69–70 ·
view source on GitHub ↗
(word)
Source
from the content-addressed store, hash-verified
67
))
68
69
def
definite_article(word):
70
return
"the"
71
72
def
indefinite_article(word):
73
""
" Returns the indefinite article
for
a given word.
Callers
1
article
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…