yitingliii commited on
Commit
9318d1d
·
verified ·
1 Parent(s): eda3c87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -38,6 +38,7 @@ python
38
  import nltk
39
  nltk.download('stopwords')
40
  nltk.download('wordnet')
 
41
  ```
42
  <br> After downloading all the required packages, **do not** exit.
43
 
 
38
  import nltk
39
  nltk.download('stopwords')
40
  nltk.download('wordnet')
41
+ nltk.download('omw-1.4')
42
  ```
43
  <br> After downloading all the required packages, **do not** exit.
44