diff options
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 |