diff options
| author | Patrick Simianer <patrick@lilt.com> | 2026-02-26 10:05:59 +0000 |
|---|---|---|
| committer | Patrick Simianer <patrick@lilt.com> | 2026-02-26 10:05:59 +0000 |
| commit | b31ace79ea5f6b3f279c544cd3a443d6fbf2a24d (patch) | |
| tree | 31f2b599fa5f6996aeb134390d58deb63eefe04a /remove-test-from-bitext | |
| parent | 8805e95ae94d798c6441f7e1b72c90e049563f17 (diff) | |
Diffstat (limited to 'remove-test-from-bitext')
| -rwxr-xr-x | remove-test-from-bitext | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
