summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-11-11 16:17:40 +0100
committerPatrick Simianer <p@simianer.de>2015-11-11 16:17:40 +0100
commit3c20ae7fcba64ec27c8a75651bf8b82bba1c8300 (patch)
tree1da015cd167ceb8373f0fd397734949a3aa201bf /util
parente0977582ec409fd441d175d772082ce4dc73508e (diff)
a lot of fixes and additions, most notably: also sending json
Diffstat (limited to 'util')
-rwxr-xr-xutil/wrapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/wrapper.rb b/util/wrapper.rb
index b760333..d0e6ca7 100755
--- a/util/wrapper.rb
+++ b/util/wrapper.rb
@@ -22,7 +22,7 @@ if conf[:action] == "detokenize"
STDERR.write "[detokenizer] No language given, exiting!\n"; exit
end
elsif conf[:action] == "tokenize"
- cmd = "#{conf[:ext]}/tokenizer-no-escape.perl -q -b -a -l #{conf[:lang]}"
+ cmd = "#{conf[:ext]}/tokenizer-no-escape.perl -q -b -l #{conf[:lang]}"
if !conf[:lang]
STDERR.write "[tokenizer] No language given, exiting!\n"; exit
end