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

Function parsetree

pattern/text/nl/__init__.py:189–192  ·  view source on GitHub ↗

Returns a parsed Text from the given string.

(s, *args, **kwargs)

Source from the content-addressed store, hash-verified

187 return parser.parse(s, *args, **kwargs)
188
189def parsetree(s, *args, **kwargs):
190 """ Returns a parsed Text from the given string.
191 """
192 return Text(parse(s, *args, **kwargs))
193
194def split(s, token=[WORD, POS, CHUNK, PNP]):
195 """ Returns a parsed Text from the given parsed string.

Callers

nothing calls this directly

Calls 2

TextClass · 0.90
parseFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…