From 0b3cdb4ae2fa176ba74a48ff7a1616395079c151 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Tue, 5 Aug 2014 22:46:43 +0200 Subject: too much to tell --- test/test_hg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_hg.rb b/test/test_hg.rb index 67ff08a..6311bac 100755 --- a/test/test_hg.rb +++ b/test/test_hg.rb @@ -12,7 +12,7 @@ def main #hypergraph, nodes_by_id = HG::read_hypergraph_from_json('../example/3/3.json', semiring, true) path, score = HG::viterbi_path hypergraph, nodes_by_id[-1], semiring s = HG::derive path, path.last.head, [] - hypergraph.nodes.each { |i| puts "#{i.id} #{i.score}" } + path.each { |e| puts "#{e.rule}" } puts "---" puts "#{s.map { |i| i.word }.join ' '}" puts Math.log score -- cgit v1.2.3