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

Function parse

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

Source from the content-addressed store, hash-verified

1805 return _multilingual("tokenize", *args, **kwargs)
1806
1807def parse(*args, **kwargs):
1808 return _multilingual("parse", *args, **kwargs)
1809
1810def parsetree(*args, **kwargs):
1811 return _multilingual("parsetree", *args, **kwargs)

Callers 3

05-tagset.pyFile · 0.90
commandlineFunction · 0.70
02-constraint.pyFile · 0.50

Calls 1

_multilingualFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…