We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053a11b commit 33a8e73Copy full SHA for 33a8e73
1 file changed
README.md
@@ -28,4 +28,16 @@ You could also try `conda`, if you are comfortable with it.
28
29
9. After installation, execute `jupyter notebook`
30
31
-10. Now the notebooks are up and running in your browser at `localhost:8888`
+10. Now the notebooks are up and running in your browser at `localhost:8888`
32
+
33
34
+#### NLTK packages
35
+NLTK library needs some pre-built models to be to loaded to execute certain functions
36
37
+Open a python interpreter and execute the following commands.
38
39
+`> import nltk`
40
41
+`> nltk.download('punkt')`
42
43
+`> nltk.download('wordnet')`
0 commit comments