예제 #1
0
 def show_pp_synttree(match_node, bundle):
     print pprint_synttree(match_node)
예제 #2
0
파일: tgrep.py 프로젝트: Oneplus/cnccgbank
 def show_pp_synttree(match_node, bundle):
     print pprint_synttree(match_node)
예제 #3
0
 def accept_derivation(self, bundle):
     print "\\Tree " + pprint_synttree(bundle.derivation)