From f5ab5f9aa212a9e148c0f1707bc4cefd4f24086f Mon Sep 17 00:00:00 2001 From: Conor H Date: Sun, 20 Nov 2016 18:58:49 +0100 Subject: [PATCH 1/2] Update assignment2.html The word required has been change to 'legal' in the latest course. --- assignment2/assignment2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment2/assignment2.html b/assignment2/assignment2.html index f79f2bc4..dc7b4ad8 100644 --- a/assignment2/assignment2.html +++ b/assignment2/assignment2.html @@ -92,7 +92,7 @@

Problem 1: Inspecting the Reuters Dataset; Basic Relational Algebra

What to turn in: Run your query against your local database and determine the number of records returned. Save that value in a .txt file . You can name the file anything. On the assignment page, upload the file as your answer.

(d) count: Write a SQL statement to count the number of documents -containing the word "parliament"

+containing the word "legal"

What to turn in: Run your query against your local database and determine the number of records returned. Save that value in a .txt file . You can name the file anything. On the assignment page, upload the file as your answer.

@@ -283,4 +283,4 @@

Problem 3: Working with a Term-Document Matrix

- \ No newline at end of file + From 4250d48658ec6c8222bda2bb4315d5548582ec8b Mon Sep 17 00:00:00 2001 From: Conor H Date: Sun, 20 Nov 2016 19:08:22 +0100 Subject: [PATCH 2/2] Update assignment2.html --- assignment2/assignment2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment2/assignment2.html b/assignment2/assignment2.html index dc7b4ad8..955d2413 100644 --- a/assignment2/assignment2.html +++ b/assignment2/assignment2.html @@ -92,7 +92,7 @@

Problem 1: Inspecting the Reuters Dataset; Basic Relational Algebra

What to turn in: Run your query against your local database and determine the number of records returned. Save that value in a .txt file . You can name the file anything. On the assignment page, upload the file as your answer.

(d) count: Write a SQL statement to count the number of documents -containing the word "legal"

+containing the word "law" or "legal" (a document contains both law and legal, it should only be counted once)

What to turn in: Run your query against your local database and determine the number of records returned. Save that value in a .txt file . You can name the file anything. On the assignment page, upload the file as your answer.