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

Function parse

pattern/text/fr/__init__.py:177–180  ·  view source on GitHub ↗

Returns a tagged Unicode string.

(s, *args, **kwargs)

Source from the content-addressed store, hash-verified

175 return parser.find_tokens(s, *args, **kwargs)
176
177def parse(s, *args, **kwargs):
178 """ Returns a tagged Unicode string.
179 """
180 return parser.parse(s, *args, **kwargs)
181
182def parsetree(s, *args, **kwargs):
183 """ Returns a parsed Text from the given string.

Callers 2

parsetreeFunction · 0.70
tagFunction · 0.70

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…