There was an error while loading. Please reload this page.
1 parent 144a36c commit 4e842f1Copy full SHA for 4e842f1
ticcl.nf
@@ -197,7 +197,7 @@ if (params.containsKey('corpusfreqlist')) {
197
set -u
198
199
FoLiA-stats --class "$inputclass" -s -t ${task.cpus} -e "$extension" --lang=none --collect --max-ngram ${ngram} -o corpus . || exit 1
200
- mv corpus.wordfreqlist.1to1.tsv corpus.wordfreqlist.tsv
+ mv corpus.wordfreqlist.?to?.tsv corpus.wordfreqlist.tsv
201
202
if [ ! -s "corpus.wordfreqlist.tsv" ]; then
203
echo "ERROR: Expected output corpus.wordfreqlist.tsv does not exist or is empty">&2
0 commit comments