Differences From Artifact [e83ec424d3]:
- File darg.py — part of check-in [fea041c0de] at 2018-05-24 09:25:29 on branch rg — [build][core] regex for token value and token morphologies (user: olr, size: 6088) [annotate] [blame] [check-ins using]
To Artifact [589e9bbc94]:
- File darg.py — part of check-in [c4ce706a6b] at 2018-05-24 11:13:20 on branch rg — [build][bug] darg: wrong statement (user: olr, size: 6088) [annotate] [blame] [check-ins using]
| ︙ | |||
170 171 172 173 174 175 176 | 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 | - + |
dLemmas[sArc[1:]] = oNode.__hash__()
elif sArc.startswith("##"):
dRules[sArc[1:]] = oNode.__hash__()
else:
dNode[sArc] = oNode.__hash__()
if dReValue:
dNode["<re_value>"] = dReValue
|
| ︙ |