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

Function pluralize

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

Source from the content-addressed store, hash-verified

1823 return _multilingual("singularize", *args, **kwargs)
1824
1825def pluralize(*args, **kwargs):
1826 return _multilingual("pluralize", *args, **kwargs)
1827
1828def conjugate(*args, **kwargs):
1829 return _multilingual("conjugate", *args, **kwargs)

Callers

nothing calls this directly

Calls 1

_multilingualFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…