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

Function parsetree

pattern/text/fr/__init__.py:182–185  ·  view source on GitHub ↗

Returns a parsed Text from the given string.

(s, *args, **kwargs)

Source from the content-addressed store, hash-verified

180 return parser.parse(s, *args, **kwargs)
181
182def parsetree(s, *args, **kwargs):
183 """ Returns a parsed Text from the given string.
184 """
185 return Text(parse(s, *args, **kwargs))
186
187def split(s, token=[WORD, POS, CHUNK, PNP]):
188 """ 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…