diff options
-rwxr-xr-x | hg2json.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -30,9 +30,6 @@ def hg2json(hg, weights): for i in hg.edges: s = "{" s += '"head":"%s"'%(i.head_node.id) - s += ', "rule":"%s"'%(i.trule) - s += ', "left":%d'%(i.span[0]) - s += ', "right":%d'%(i.span[1]) xs = ' "f":{' b = [] for j in i.feature_values: |