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

Function parsetree

pattern/text/es/__init__.py:219–222  ·  view source on GitHub ↗

Returns a parsed Text from the given string.

(s, *args, **kwargs)

Source from the content-addressed store, hash-verified

217 return parser.parse(s, *args, **kwargs)
218
219def parsetree(s, *args, **kwargs):
220 """ Returns a parsed Text from the given string.
221 """
222 return Text(parse(s, *args, **kwargs))
223
224def split(s, token=[WORD, POS, CHUNK, PNP]):
225 """ 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…