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

Function parsetree

pattern/text/de/__init__.py:239–242  ·  view source on GitHub ↗

Returns a parsed Text from the given string.

(s, *args, **kwargs)

Source from the content-addressed store, hash-verified

237 return parser.parse(s, *args, **kwargs)
238
239def parsetree(s, *args, **kwargs):
240 """ Returns a parsed Text from the given string.
241 """
242 return Text(parse(s, *args, **kwargs))
243
244def split(s, token=[WORD, POS, CHUNK, PNP]):
245 """ 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…