summaryrefslogtreecommitdiff
path: root/bold_reranking.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bold_reranking.rb')
-rwxr-xr-xbold_reranking.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/bold_reranking.rb b/bold_reranking.rb
index 80ba10d..a1bdf5f 100755
--- a/bold_reranking.rb
+++ b/bold_reranking.rb
@@ -3,7 +3,6 @@
require 'zipf'
require 'bloom-filter'
-
class FeatureFactory
def initialize cfg
@@ -274,6 +273,5 @@ def main
output.close
end
-
main