From b2d824e1a845128505199fcce8db189a38988934 Mon Sep 17 00:00:00 2001 From: Meiqi Guo <mei-qi.guo@student.ecp.fr> Date: Sat, 18 Mar 2017 11:26:59 +0100 Subject: [PATCH] Update Report.md --- Report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Report.md b/Report.md index b11226d..3db4d14 100644 --- a/Report.md +++ b/Report.md @@ -7,7 +7,7 @@ For the part of pre-procesing, the input consists of: * the [Words with frequency file](https://gitlab.my.ecp.fr/2014guom/BigDataProcessAssignment2/blob/master/input/wordfreq) of pg100.txt that I obtained by runnning the assignment 1 with a slight changement of [MyWordCount.java](https://gitlab.my.ecp.fr/2014guom/BigDataProcessAssignment1/blob/master/MyWordCount.java). -I do the following tasks in [Preprocess.java](https://gitlab.my.ecp.fr/2014guom/BigDataProcessAssignment2/blob/master/output/Preprocess.java): +I do the following tasks in [Preprocess.java](https://gitlab.my.ecp.fr/2014guom/BigDataProcessAssignment2/blob/master/Preprocess.java): **STEP 1: Remove all stopwords** -- GitLab