コード例 #1
0
ファイル: linkgrammar.py プロジェクト: hckiang/link-grammar
 def constituent_tree(self, mode=1):
     return clg.linkage_print_constituent_tree(self._obj, mode)
コード例 #2
0
 def constituent_tree(self, mode=1):
     return clg.linkage_print_constituent_tree(self._obj, mode)