From 85ea0fc5e3ae7ea646cc6e843d01939b4d8e4dbf Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Tue, 3 Jun 2014 15:20:08 +0200 Subject: withdraw previous change --- hg2json.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/hg2json.py b/hg2json.py index fc9ba2b..5bd5c2c 100755 --- a/hg2json.py +++ b/hg2json.py @@ -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: -- cgit v1.2.3