From 7494ae27a7780c932166d48f5d3910761eaf8946 Mon Sep 17 00:00:00 2001 From: Robyn Speer Date: Thu, 24 Sep 2015 17:56:06 -0400 Subject: [PATCH] fix missing word in rules.ninja comment Former-commit-id: 9b1c4d66cdf4b909b173251bc6530b41256097ee --- 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 49a2e10..df00062 100644 --- a/wordfreq_builder/rules.ninja +++ b/wordfreq_builder/rules.ninja @@ -63,7 +63,7 @@ rule convert_opensubtitles # To convert SUBTLEX, we take the 1st and Nth columns, strip the header, # run it through ftfy, convert tabs to commas and spurious CSV formatting to -# and remove lines with unfixable half-mojibake. +# spaces, and remove lines with unfixable half-mojibake. rule convert_subtlex command = cut -f $textcol,$freqcol $in | tail -n +$startrow | ftfy | tr ' ",' ', ' | grep -v 'รข,' > $out