Index: darg.py ================================================================== --- darg.py +++ darg.py @@ -172,14 +172,14 @@ dRules[sArc[1:]] = oNode.__hash__() else: dNode[sArc] = oNode.__hash__() if dReValue: dNode[""] = dReValue - il dReMorph: + if dReMorph: dNode[""] = dReMorph if dLemmas: dNode[""] = dLemmas if dRules: dNode[""] = dRules #if self.bFinal: # dNode[""] = 1 return dNode