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

Function sentiment

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

Source from the content-addressed store, hash-verified

1817 return _multilingual("tag", *args, **kwargs)
1818
1819def sentiment(*args, **kwargs):
1820 return _multilingual("sentiment", *args, **kwargs)
1821
1822def singularize(*args, **kwargs):
1823 return _multilingual("singularize", *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…