update dependencies

This commit is contained in:
Rory Healy 2021-04-12 17:31:44 +10:00
parent 67a1524bd6
commit 9ebd727ca1

View file

@ -10,8 +10,11 @@ Using the Our World In Data (OWID) COVID-19 dataset (available [here](https://co
### Part B: Cricket news search engine ### 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. 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 - pandas >= 1.2.2
- matplotlib >= 3.3.2 - matplotlib >= 3.3.2
- numpy >= 1.19.2 - numpy >= 1.19.2
- regex >= 2021.4.4
- nltk >= 3.6.1
- punkt model needed