diff options
Diffstat (limited to 'tf-idf')
-rwxr-xr-x | tf-idf | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |