From 5c7a7ea83e75eb877347e132e8c45e33640d4617 Mon Sep 17 00:00:00 2001 From: Rob Speer Date: Fri, 4 Sep 2015 16:16:52 -0400 Subject: [PATCH] We can put the cutoff back now I took it out when a step in the English SUBTLEX process was outputting frequencies instead of counts, but I've fixed that now. --- wordfreq_builder/wordfreq_builder/ninja.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordfreq_builder/wordfreq_builder/ninja.py b/wordfreq_builder/wordfreq_builder/ninja.py index 93d957e..db0db9f 100644 --- a/wordfreq_builder/wordfreq_builder/ninja.py +++ b/wordfreq_builder/wordfreq_builder/ninja.py @@ -280,7 +280,7 @@ def combine_lists(languages): output_file = wordlist_filename('combined', language) add_dep(lines, 'merge', input_files, output_file, extra='wordfreq_builder/word_counts.py', - params={'cutoff': 0}) + params={'cutoff': 2}) output_cBpack = wordlist_filename( 'combined-dist', language, 'msgpack.gz')