From 3b996362f468e1f5b7ccef298a1786ae46bcc25b Mon Sep 17 00:00:00 2001 From: Barry Haddow Date: Thu, 17 Oct 2013 14:37:41 +0100 Subject: [PATCH] correct usage --- scripts/tokenizer/tokenizer.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tokenizer/tokenizer.perl b/scripts/tokenizer/tokenizer.perl index d26ed2d6d..21efba09a 100755 --- a/scripts/tokenizer/tokenizer.perl +++ b/scripts/tokenizer/tokenizer.perl @@ -68,7 +68,7 @@ if ($HELP) print " -b ... disable Perl buffering.\n"; print " -time ... enable processing time calculation.\n"; print " -penn ... use Penn treebank-like tokenization.\n"; - print " -protect FILE ... specify file with patters to be protected in tokenisation.\n"; + print " -protected FILE ... specify file with patters to be protected in tokenisation.\n"; exit; }