def _parse(self, sent): return tree.sinica_parse(sent)
def _parse(self, sent): return sinica_parse(sent)