summaryrefslogtreecommitdiff
path: root/decoder/hg.cc
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2014-04-08 23:16:24 -0400
committerChris Dyer <redpony@gmail.com>2014-04-08 23:16:24 -0400
commit5daa3f144c980624eded2ff498d5e22f6716e969 (patch)
treebe1f9d2559cb140c560eaa82dc8249967a4a2b90 /decoder/hg.cc
parent4627194833a9d50fd218fd3db506685c1d92436d (diff)
smarter union
Diffstat (limited to 'decoder/hg.cc')
-rw-r--r--decoder/hg.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/hg.cc b/decoder/hg.cc
index 405169c6..e456fa7c 100644
--- a/decoder/hg.cc
+++ b/decoder/hg.cc
@@ -396,6 +396,7 @@ void Hypergraph::PrintGraphviz() const {
for (const auto& node : nodes_) {
cerr << " " << node.id_ << "[label=\"" << (node.cat_ < 0 ? TD::Convert(node.cat_ * -1) : "")
<< " n=" << node.id_
+ << " h=" << node.node_hash
<< "\"];\n";
}
cerr << "}\n";