diff options
author | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2013-01-21 16:53:05 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2013-01-21 16:53:05 -0500 |
commit | e1f71a6ce868d116f04082b697a8d61afcd625f1 (patch) | |
tree | 0b026f8f44b5193ff6d9561990e6eada19f7e863 /corpus/support | |
parent | 7cac43b858f3b681555bf0578f54b1f822c43207 (diff) |
a little bit of cleanup
Diffstat (limited to 'corpus/support')
-rwxr-xr-x | corpus/support/tokenizer.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/corpus/support/tokenizer.pl b/corpus/support/tokenizer.pl index e9c3a37d..b5190858 100755 --- a/corpus/support/tokenizer.pl +++ b/corpus/support/tokenizer.pl @@ -147,7 +147,6 @@ while(<STDIN>){ print STDOUT " $new_line\n"; } -print STDERR "\n"; ######################################################################## |