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

Function parsetree

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

Source from the content-addressed store, hash-verified

1808 return _multilingual("parse", *args, **kwargs)
1809
1810def parsetree(*args, **kwargs):
1811 return _multilingual("parsetree", *args, **kwargs)
1812
1813def split(*args, **kwargs):
1814 return _multilingual("split", *args, **kwargs)

Callers 1

05-tagset.pyFile · 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…