From e0b634754d1bef33dc8e72509c6990cccc32745a Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 9 Oct 2014 20:47:23 +0100 Subject: alles neu macht der mai --- tf-idf | 2 -- 1 file changed, 2 deletions(-) (limited to 'tf-idf') diff --git a/tf-idf b/tf-idf index fc6c2ec..450de6b 100755 --- a/tf-idf +++ b/tf-idf @@ -3,7 +3,6 @@ require 'zipf' require 'trollop' - def main cfg = Trollop::options do opt :documents, "input files (documents)", :type => :string, :required => true @@ -48,6 +47,5 @@ def main docs.each { |i| puts i.to_s } end - main -- cgit v1.2.3