From b31ace79ea5f6b3f279c544cd3a443d6fbf2a24d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 26 Feb 2026 10:05:59 +0000 Subject: overhaul --- remove-test-from-bitext | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remove-test-from-bitext') diff --git a/remove-test-from-bitext b/remove-test-from-bitext index 43038d3..911a893 100755 --- a/remove-test-from-bitext +++ b/remove-test-from-bitext @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require 'zipf' +require "zipf" test_source = ReadFile.new ARGV[0] test_target = ReadFile.new ARGV[1] @@ -13,7 +13,7 @@ while test_source_line = test_source.gets test_source_line.strip! test_target_line = test_target.gets test_target_line.strip! - + all_test_source_lines[test_source_line] = true all_test_target_lines[test_target_line] = true end -- cgit v1.2.3