update dependencies
This commit is contained in:
parent
67a1524bd6
commit
9ebd727ca1
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue