refer to merge_freqs command correctly

Former-commit-id: 40d82541ba
This commit is contained in:
Robyn Speer 2015-09-03 23:25:46 -04:00
parent d267e0967c
commit 76c751652e

View File

@ -76,7 +76,7 @@ rule count
command = python -m wordfreq_builder.cli.count_tokens $in $out
rule merge
command = python -m wordfreq_builder.cli.combine_lists -o $out -c $cutoff $in
command = python -m wordfreq_builder.cli.merge_freqs -o $out -c $cutoff $in
rule merge_counts
command = python -m wordfreq_builder.cli.merge_counts -o $out $in