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

Function predicative

pattern/text/__init__.py:1831–1832  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

1829 return _multilingual("conjugate", *args, **kwargs)
1830
1831def predicative(*args, **kwargs):
1832 return _multilingual("predicative", *args, **kwargs)
1833
1834def suggest(*args, **kwargs):
1835 return _multilingual("suggest", *args, **kwargs)

Callers 1

stemFunction · 0.90

Calls 1

_multilingualFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…