From 9ebd727ca1c988f54b2bd1bc31593c95d6626712 Mon Sep 17 00:00:00 2001 From: Rory Healy Date: Mon, 12 Apr 2021 17:31:44 +1000 Subject: [PATCH] update dependencies --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d913e60..da3972f 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ Using the Our World In Data (OWID) COVID-19 dataset (available [here](https://co ### Part B: Cricket news search engine Using the cricket dataset from the LMS, this part of the project deals with building up a basic (and advanced) search engine to search through the news articles to find keywords, and provides rankings. -Dependencies: +## Dependencies: - pandas >= 1.2.2 - matplotlib >= 3.3.2 - numpy >= 1.19.2 + - regex >= 2021.4.4 + - nltk >= 3.6.1 + - punkt model needed