redpony/cdec

tokenize-anything.sh with no reaction

Closed this issue · 2 comments

cdec/corpus/tokenize-anything.sh script does nothing when executing it on a corpus file. It just lags and doesn't execute

./tokenize-anything.sh corpus.de > corpus.de.tok

ok got it...

./tokenize-anything.sh < corpus.de > corpus.de.tok

I added an error message so that if you run the script with command line arguments it indicates how it should be run.