yitingliii commited on
Commit
a2b22c1
1 Parent(s): 28bd825

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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> Download necessary NTLK resources for preprocessing.
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')