From 32f0468ecff9f89598a68598d45acbd67aa50ab5 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 14 Feb 2014 15:54:15 +0100 Subject: misc --- lib/nlp_ruby/ttable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/nlp_ruby/ttable.rb') diff --git a/lib/nlp_ruby/ttable.rb b/lib/nlp_ruby/ttable.rb index 14d6c5d..c0f37be 100644 --- a/lib/nlp_ruby/ttable.rb +++ b/lib/nlp_ruby/ttable.rb @@ -51,7 +51,7 @@ class Translation end def to_s2 - [@rank, @s, @f.to_kv, @score, @other_score].join ' ||| ' + [@rank, @s, @score, @other_score].join ' ||| ' end end -- cgit v1.2.3