From bd84f0f2f1eb693ebdf56b92e2aae67cd785d7ce Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 5 Aug 2019 11:28:24 +0200 Subject: trollop -> optimist --- train-test-split | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'train-test-split') diff --git a/train-test-split b/train-test-split index cf52455..aa55534 100755 --- a/train-test-split +++ b/train-test-split @@ -1,9 +1,9 @@ #!/usr/bin/env ruby require 'zipf' -require 'trollop' +require 'optimist' -conf = Trollop::options do +conf = Optimist::options do opt :foreign, "foreign file", :type => :string, :required => true opt :english, "english file", :type => :string, :required => true opt :size, "one size", :type => :int, :required => true -- cgit v1.2.3