summaryrefslogtreecommitdiff
path: root/norm-german
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 /norm-german
parent7f196f0502e3dd506b3f72033cfdf20588843d2f (diff)
parentbd84f0f2f1eb693ebdf56b92e2aae67cd785d7ce (diff)
Merge branch 'master' of ssh://github.com/pks/nlp_scripts
Diffstat (limited to 'norm-german')
-rwxr-xr-xnorm-german4
1 files changed, 2 insertions, 2 deletions
diff --git a/norm-german b/norm-german
index cf9c060..85a39da 100755
--- a/norm-german
+++ b/norm-german
@@ -1,13 +1,13 @@
#!/usr/bin/env ruby
require 'thread'
-require 'trollop'
+require 'optimist'
STDIN.set_encoding 'utf-8'
STDOUT.set_encoding 'utf-8'
-conf = Trollop::options do
+conf = Optimist::options do
banner "norm_german < <file w/ lowercased tokens>"
opt :upper, "uppercase", :type => :bool, :default => false
opt :threads, "#threads", :type => :int, :default => 1, :short => '-h'