MCPcopy Create free account
hub / github.com/RingBDStack/GDAP / check_well_form

Function check_well_form

extraction/predict_parser/target_predict_parser.py:52–53  ·  view source on GitHub ↗
(tree_str)

Source from the content-addressed store, hash-verified

50
51
52def check_well_form(tree_str):
53 return find_bracket_num(tree_str) == 0
54
55
56def clean_text(tree_str):

Callers

nothing calls this directly

Calls 1

find_bracket_numFunction · 0.85

Tested by

no test coverage detected