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

Function referenced

pattern/text/en/inflect.py:91–94  ·  view source on GitHub ↗

Returns a string with the article + the word.

(word, article=INDEFINITE)

Source from the content-addressed store, hash-verified

89_article = article
90
91def referenced(word, article=INDEFINITE):
92 """ Returns a string with the article + the word.
93 """
94 return "%s %s" % (_article(word, article), word)
95
96#print referenced("hour")
97#print referenced("FBI")

Callers 2

approximateFunction · 0.90
01-inflect.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…