From fd9bd0310f4f74e5a3eb859c7c5c18eb337bed2e Mon Sep 17 00:00:00 2001 From: ultrageranium Date: Tue, 27 Mar 2018 14:11:37 +0200 Subject: [PATCH] removing comments --- 05/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/05/index.html b/05/index.html index bb2a221..e186309 100644 --- a/05/index.html +++ b/05/index.html @@ -116,12 +116,12 @@ reading_structure: ocr/output.txt

Chapter 4 - Natasha Berting

How Bias Spreads from the Canon to the Web + Erase / Replace
-erase: tiffs hocrs  ## Natasha: Analyzes pages in order, erases least common words from view. Dependencies: PIL, html5lib, FPDF
+erase: tiffs hocrs 
     python3 src/erase_leastcommon.py
     rm $(input-hocr)
     rm $(images-tiff)
 
-replace:tiffs hocrs ## Natasha: Analyzes pages in order, replace least common words with most common words. Dependencies: PIL, html5lib, FPDF
+replace:tiffs hocrs 
     python3 src/replace_leastcommon.py
     rm $(input-hocr)
     rm $(images-tiff)