From 76c751652e5870eb08cf93b503aab2b79cb07a17 Mon Sep 17 00:00:00 2001 From: Robyn Speer Date: Thu, 3 Sep 2015 23:25:46 -0400 Subject: [PATCH] refer to merge_freqs command correctly Former-commit-id: 40d82541baf6fb82406e2ff58b096e856881b51e --- wordfreq_builder/rules.ninja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordfreq_builder/rules.ninja b/wordfreq_builder/rules.ninja index f06e5f2..e4d95e0 100644 --- a/wordfreq_builder/rules.ninja +++ b/wordfreq_builder/rules.ninja @@ -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