summaryrefslogtreecommitdiff
path: root/train-test-split
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2019-08-09 06:22:32 +0200
committerPatrick Simianer <p@simianer.de>2019-08-09 06:22:32 +0200
commitc76c33a94ba70e447f2681103e559530ae96a5f2 (patch)
tree26233f946cb4469734d613bffd91d73491fb253d /train-test-split
parent7f196f0502e3dd506b3f72033cfdf20588843d2f (diff)
parentbd84f0f2f1eb693ebdf56b92e2aae67cd785d7ce (diff)
Merge branch 'master' of ssh://github.com/pks/nlp_scripts
Diffstat (limited to 'train-test-split')
-rwxr-xr-xtrain-test-split4
1 files changed, 2 insertions, 2 deletions
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