summaryrefslogtreecommitdiff
path: root/per_sentence_bleu
diff options
context:
space:
mode:
Diffstat (limited to 'per_sentence_bleu')
-rwxr-xr-xper_sentence_bleu2
1 files changed, 0 insertions, 2 deletions
diff --git a/per_sentence_bleu b/per_sentence_bleu
index 76fcf38..5bacd1a 100755
--- a/per_sentence_bleu
+++ b/per_sentence_bleu
@@ -3,7 +3,6 @@
require 'zipf'
require 'trollop'
-
def main
cfg = Trollop::options do
opt :input, "input", :type => :string, :default => '-'
@@ -26,6 +25,5 @@ def main
input.close
end
-
main