Skip to content

Commit 444de06

Browse files
author
rootware
committed
temporarily taking out dev
1 parent 83b03a6 commit 444de06

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tools/install_nltk_popular.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env python
2-
import nltk
3-
import ssl
2+
# import nltk
3+
# import ssl
44

5-
try:
6-
_create_unverified_https_context = ssl._create_unverified_context
7-
except AttributeError:
8-
pass
9-
else:
10-
ssl._create_default_https_context = _create_unverified_https_context
5+
# try:
6+
# _create_unverified_https_context = ssl._create_unverified_context
7+
# except AttributeError:
8+
# pass
9+
# else:
10+
# ssl._create_default_https_context = _create_unverified_https_context
1111

12-
nltk.download('popular')
12+
# nltk.download('popular')

0 commit comments

Comments
 (0)