diff options
author | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2014-02-14 15:54:15 +0100 |
---|---|---|
committer | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2014-02-14 15:54:15 +0100 |
commit | 32f0468ecff9f89598a68598d45acbd67aa50ab5 (patch) | |
tree | 3790332863fc819ed2400bc312d0aacd279725f0 /lib/nlp_ruby/ttable.rb | |
parent | bd9d9cbe8252d4d32b0c414009b85267fffae1ce (diff) |
misc
Diffstat (limited to 'lib/nlp_ruby/ttable.rb')
-rw-r--r-- | lib/nlp_ruby/ttable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |