From 34af58ccfa1d4812120665cf45781ad57e8591f9 Mon Sep 17 00:00:00 2001 From: Meiqi Guo <mei-qi.guo@student.ecp.fr> Date: Sat, 18 Mar 2017 11:32:01 +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 3db4d14..03d0fbe 100644 --- a/Report.md +++ b/Report.md @@ -80,7 +80,7 @@ Collections.sort(wordList, new Comparator<String>() { You can see the output file [here](https://gitlab.my.ecp.fr/2014guom/BigDataProcessAssignment2/blob/master/output/output_preprocess). -All the details are written in my code [Preprocess.java](https://gitlab.my.ecp.fr/2014guom/BigDataProcessAssignment2/blob/master/output/Preprocess.java). +All the details are written in my code [Preprocess.java](https://gitlab.my.ecp.fr/2014guom/BigDataProcessAssignment2/blob/master/Preprocess.java). ## Set-similarity joins > You are asked to efficiently identify all pairs of documents (d1, d2) that are similar (sim(d1, d2) >= t), given a similarity function sim and a similarity threshold t. Specifically, assume that: -- GitLab