Skip to content

Commit 9aed957

Browse files
author
sant_si
committed
2 parents 5a2d41a + 33a8e73 commit 9aed957

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,16 @@ You could also try `conda`, if you are comfortable with it.
2828

2929
9. After installation, execute `jupyter notebook`
3030

31-
10. Now the notebooks are up and running in your browser at `localhost:8888`
31+
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

Comments
 (0)