MCPcopy 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
69def definite_article(word):
70 return "the"
71
72def indefinite_article(word):
73 """ Returns the indefinite article for a given word.

Callers 1

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