Skip to content

Commit 55233e4

Browse files
authored
Create setup.py
1 parent b06fca1 commit 55233e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

third-party-libraries/nltk/setup.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import nltk
2+
3+
# Before trying any function download the word list
4+
nltk.download('punkt')
5+
nltk.download('averaged_perceptron_tagger')

0 commit comments

Comments
 (0)