diff options
Diffstat (limited to 'rerank.rb')
-rwxr-xr-x | rerank.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ class KbestItem end end -w = SparseVector.from_kv ReadFile.new(ARGV[0]).read, "\t", "\n" +w = SparseVector.from_kv ReadFile.new(ARGV[0]).read, /\s/, "\n" def o kl scores = [] |