From 3c20ae7fcba64ec27c8a75651bf8b82bba1c8300 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Wed, 11 Nov 2015 16:17:40 +0100 Subject: a lot of fixes and additions, most notably: also sending json --- util/wrapper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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 -- cgit v1.2.3