Update README.md
Browse files
README.md
CHANGED
|
@@ -28,9 +28,13 @@ git checkout origin/main -- data_cleaning.py
|
|
| 28 |
```python
|
| 29 |
pip install nltk beautifulsoup4 scikit-learn pandas datasets
|
| 30 |
```
|
| 31 |
-
<br>
|
| 32 |
```
|
| 33 |
python
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
import nltk
|
| 35 |
nltk.download('stopwords')
|
| 36 |
nltk.download('wordnet')
|
|
|
|
| 28 |
```python
|
| 29 |
pip install nltk beautifulsoup4 scikit-learn pandas datasets
|
| 30 |
```
|
| 31 |
+
<br> Go to Python.
|
| 32 |
```
|
| 33 |
python
|
| 34 |
+
```
|
| 35 |
+
<br> Download necessary NTLK resources for preprocessing.
|
| 36 |
+
|
| 37 |
+
```
|
| 38 |
import nltk
|
| 39 |
nltk.download('stopwords')
|
| 40 |
nltk.download('wordnet')
|