From b31ace79ea5f6b3f279c544cd3a443d6fbf2a24d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 26 Feb 2026 10:05:59 +0000 Subject: overhaul --- bleu-cmp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bleu-cmp') diff --git a/bleu-cmp b/bleu-cmp index ed8460c..fe5370d 100755 --- a/bleu-cmp +++ b/bleu-cmp @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require 'zipf' +require "zipf" f = ReadFile.new ARGV[0] g = ReadFile.new ARGV[1] @@ -20,4 +20,3 @@ while line = f.gets puts i += 1 end - -- cgit v1.2.3